[2.0.5] SikuliX IDE: RobotFramework support --- not available --- will be back in 2.0.6
workaround until 2.0.6
-------
- try with the 2.0.6 SNAPSHOTS after March 7th until final availability
Steps that are needed anyways:
- download the zip from https:/
- put the unzipped folder somewhere (no restrictions)
- in the IDE: File menu -> OpenSpecialFiles -> select SikuliX Additional sites and edit sites.txt
- in sites.txt add a line <base-folder>
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
-------
I am using SikuliX 2.0.5 on MacOS Catalina. I am trying to run a Robot script in the Sikuli IDE. It doesn't give me any errors but it doesn't do anything either.
runScript("""
robot
*** Variables ***
*** Settings ***
Library ./inline/
*** Test Cases ***
Test Exp2 Login
Test Login
""")
class Exp2LoginTest(
def test_login(self):
click ("FullAccount.png")
This is saved as Exp2LoginTest.
The documentation says it's switched off until further notice but the line below it says it's valid until versions 2.0.x
Is this expected to work?
Thanks in advance for any help on my issue!
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- SikuliX Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- RaiMan
- Solved:
- Last query:
- Last reply: