← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #678427]: Mojave : SikuliX IDE : I need to create a Keyword for invoking my app with Robotramework (from the SikuliX IDE)

 

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.