sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #38788
[Question #296043]: openApp and switchApp not working properly with my Application on Linux
New question #296043 on Sikuli:
https://answers.launchpad.net/sikuli/+question/296043
I'm trying to use openApp and switchApp on my application. I'm working on CentOS 7.2.
Using switchApp:
print switchApp("MyApplication")
returns
[1:MyApplication ()] MyApplication
The 1 means there's been an error I suppose?
Using openApp:
print openApp("<path-to-MyApplication>/MyApplication")
returns
[25720:MyApplication ()] <path-to-MyApplication>/MyApplication
It seems to work because it gets the PID 25720, but the application doesn't start and when I use click() to find something in the application it doesn't find it. So it seems like the application hasn't started properly.
I've also tried the same thing with App.open() with the same result.
Any idea why it's not working? Thanks a lot! :)
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.