Question #678427 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/678427
Melvin Raymond gave more information on the question:
OK. I finally got your script to run by putting tabs behind these lines
of code in your script, so maybe I can do the same with mine and get it
working. Here's what I put in (substituting "@" symbols where I have
spaces:
runScript("""
robot
*** Variables ***
${TESTAPP}@@@@@@@@"preview"
*** Settings ***
Library@@@@@@@@./inline/AppLibrary
*** Test Cases ***
Test Setup@@@@@@@@start my application@@@@@@@@${TESTAPP}
""")
class AppLibrary(object):
def start_my_application(self, myApp):
someApp = App.open(myApp)
--
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