← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #247972]: Handling toggle of dialog box

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
The best way, is to use the threading feature of Python, which is
available in 2 versions (lite and complex).

The advantage at least: you have everything in one script and more
possibilities to communicate between main and thread(s).

see: https://docs.python.org/2.6/library/someos.html
chapter 16.3 (lite)
chapter 16.2 (complex)

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