sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #58102
Re: [Question #700741]: [2.0.5] SikuliX IDE: RobotFramework support --- not available --- will be back in 2.0.6
Question #700741 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/700741
Summary changed to:
[2.0.5] SikuliX IDE: RobotFramework support --- not available --- will be back in 2.0.6
Description changed to:
workaround until 2.0.6
----------------------------------------------------------
- for new projects try with https://github.com/rainmanwy/robotframework-
SikuliLibrary
- try with the 2.0.6 SNAPSHOTS after March 5th until final availability
---------------------------------------------------------
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/Exp2LoginTest
*** Test Cases ***
Test Exp2 Login
Test Login
""")
class Exp2LoginTest(object):
def test_login(self):
click ("FullAccount.png")
This is saved as Exp2LoginTest.sikuli
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!
--
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.