← Back to team overview

sikuli-driver team mailing list archive

[Question #199255]: bug on focus() or switchApp?

 

New question #199255 on Sikuli:
https://answers.launchpad.net/sikuli/+question/199255

Is there some bug with focus() or switchApp() handled on windows? I noticed that if I use the same method on mac it works find and puts the application in the front, but when using it on windows it does not.

what I did was put the application (ff) behind a different application (ie) and want to get a focus on it so it becomes the application in front.  
code: 
switchApp('firefox')

or

ff = App('firefox')
ff.focus()

- another q, is that if the application is minimized (win or mac), would focus() also work and open the application and put it in focus()?

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.