sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #24041
Re: [Question #243573]: trouble with checkbox popup
Question #243573 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/243573
Status: Open => Answered
RaiMan proposed the following answer:
-1. you have to implement an event handler for the ok button, to get notified about the click
-2. you have to wait until the click event happens
The challenge: 1. and 2. are processed in different contexts, that do
not know anything about each other (this is the reason, that your script
just continues.
How to solve that in Sukuli scripts:
go through this to get on the road:
http://www.jython.org/jythonbook/en/1.0/GUIApplications.html
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.