Re: [Sikuli-driver] [Question #265384]: App.focus() fails to focus

2015-04-24 Thread akshata
Question #265384 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/265384 Status: Answered = Solved akshata confirmed that the question is solved: Ok. Thanks for the solution. -- You received this question notification because you are a member of Sikuli Drivers, which

Re: [Sikuli-driver] [Question #265384]: App.focus() fails to focus

2015-04-23 Thread akshata
Question #265384 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/265384 Status: Answered = Open akshata is still having a problem: Thanks for the solution. I tried to get the VS window out of the way for the moment and bring it back afterwards. But, when I minimize VS

Re: [Sikuli-driver] [Question #265384]: App.focus() fails to focus

2015-04-20 Thread akshata
Question #265384 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/265384 Status: Needs information = Open akshata gave more information on the question: Yes the Visual Studio window is as full screen. I have tried to use App.focus() in many places to switch between windows

Re: [Sikuli-driver] [Question #265384]: App.focus() fails to focus

2015-04-20 Thread akshata
Question #265384 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/265384 Status: Answered = Open akshata is still having a problem: Here is my scenario: I have Visual Studio application (window1) open on the screen and I open other window (window2) which opens and hides

[Sikuli-driver] [Question #265384]: App.focus() fails to focus

2015-04-17 Thread akshata
New question #265384 on Sikuli: https://answers.launchpad.net/sikuli/+question/265384 Hi, I am trying to use App.focus() to focus window1 which is hidden behind window2. I used below line in my code: App.focus(Window1) It fails to focus window1 all the time. I was looking for a