← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #139625]: [Sikuli X] "with Region:" and "Region.click()" fail when using region returned by App().window()

 

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

    Status: Open => Answered

Tsung-Hsiang Chang proposed the following answer:
Yes, this is a bug.  Can you report this to the bug tracker? Thanks.

A workaround is to wrap the region returned from App.window() in a
Region class. For example,

reg = Region(App("some-app").window())

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