← Back to team overview

sikuli-driver team mailing list archive

[Question #221943]: Toggle between windows

 

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

The scenario is that, my current App window opens up a child window that cascades over the parent window. Now, I have to toggle back to the parent window to perform a click on an image in the parent window but it lies in the cascaded region under the child window. How could I perform this.

As I am new to Sikuli, my code to achieve this got limited to:

   Reg = App("ParentWindow")
   myReg = Reg.window(1)

This creates me a region over the parent window, but I have to manipulate the image components which lie under the child window..
  

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