← Back to team overview

sikuli-driver team mailing list archive

[Question #700741]: SikuliX and Robot framework

 

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

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.