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

Thuraisingam posted a new comment:
runScript("""
robot
#*** Variables ***
#(charge library and initialise function, see below _
*** Settings ***
Library           ./inline/LoginLibrary
Test Teardown     stop firefox
#(name of each test)
*** Test Cases ***
titi  toto           
""")
class LoginLibrary(object):
  #def start_firefox_and_goto_testsite(self, page):
    #popup("start_firefox_and_goto_testsite")
  def stop_firefox(self):
    popup("toto")
    doubleClick("1558357917927.png")

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to