← 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:
I was able to invoke my app using this chunk of code which a developer
gave me. I will attempt to see if I can get the Robot Framework to use
it with a Keyword somehow.

#!/usr/bin/python

import subprocess
subprocess.call(["/usr/bin/open", "-a", "Labquest Viewer"])


Click to expand inline (7 lines)

3:08 PM
chmod 0777 thing.py
3:08 PM
./thing.py

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