← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #205117]: multiple scripts

 

Question #205117 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/205117

arun.a posted a new comment:
new1 script
--------------
import unittest
import HTMLTestRunner
class Channel(unittest.TestCase):
    def test0(self):  
        popup ("Good morning")
        dragDrop("1343374822138.png", "1343283210216.png")
        click("1343283226606.png")
        App.open("C:\Program Files\App.exe")
        wait(1)
        assert exists("OpticalChann.png")

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.