← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #700741]: [2.0.5+] SikuliX and Robot framework --- no longer available --- workaround

 

Question #700741 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/700741

RaiMan proposed the following answer:
A first step that will be needed anyways:
- download the zip from https://github.com/robotframework/robotframework/archive/refs/tags/v4.1.3.zip
- put the unzipped folder somewhere (no restrictions)
- in your SikuliX environment find the sites.txt in the Lib folder
- in sites.txt add a line <base-folder>/robotframework-4.1.3/src

This will allow the Jython scriptrunner to have the robot stuff on
sys.path.

To check run in the IDE:
for e in sys.path: print e

the robot src folder should be on position 2

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