sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #08027
Re: [Question #184361]: Popup timeout
Question #184361 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/184361
Status: Open => Answered
RaiMan proposed the following answer:
currently not a feature of Sikuli. Feel free, to post a request bug.
On Mac you could make your own popups with osascript and AppleScript's
dialog(), which has such a feature.
On Windows you might use any tool, that provides such a feature and can
be run from command line.
In both cases you should use os.popen() to run the respective commands
from inside your script.
Another possibility is to use Pythons module thread, to run a function
in parallel to the popup, that clicks the ok button after a specified
time, if the popup still exists.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.