← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #205400]: How to get a reference to a child window of an app?

 

Question #205400 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/205400

    Status: Open => Needs information

RaiMan requested more information:
What system?

How is myapp defined?

You might try the following:

for i in range(100):
    r = myapp.window(i)
    if not r: break
    print "window", i
    r.highlight(2)

this will highlight all reachable windows on after the other and report
the region aspects with the window number.

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