sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #41119
[Question #427582]: switchApp() doesn't brings window to the front?
New question #427582 on Sikuli:
https://answers.launchpad.net/sikuli/+question/427582
Hello, I'm trying to bring different windows to the screen using the switchApp(), ;
Code:
switchApp('cmd');wait(1)
switchApp('Chrome');wait(1)
switchApp('cmd');wait(1)
Log:
[log] App.focus: [5972:cmd]
[log] App.focus: [3680:Chrome]
[log] App.focus: [5972:cmd]
Is partially working, the sikuli is changing the focus to the program (you can see by the windows bottom bar) BUT the window doesn't appears on the screen.
how can I fix it?
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.