sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #47605
[Question #670649]: [Robot Framework] Run Process and continue using Sikuli Commands
New question #670649 on Sikuli:
https://answers.launchpad.net/sikuli/+question/670649
I am using Robot Framework with Sikuli Library thanks to Rainmanwy's GitHub project.
I added Robot Framework's another library "Process" and started using Run Process "myapp".
The immediate next thing I wanted to use is sikuli library command on myapp window.
But the problem I face is my sikuli commands are never executed and myapp remains in open status.
*** Settings ***
Suite Setup Start Sikuli Process
Suite Teardown Stop Remote Server
Library SikuliLibrary mode=NEW
Library Process
....
*** Test Cases ***
MyTestCase
Run Process MyApp shell=True
Wait Until Screen Contain entities.png 10
Click filemenu.png
Is there a way out to use both libraries on the same app? Or the myapp launched can never be used like this, whats the reason?
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.