sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #22669
[Question #240549]: Why the Eclipse launch is still running after using "Popup" or "Input"
New question #240549 on Sikuli:
https://answers.launchpad.net/sikuli/+question/240549
If using Sikuli's "Popup" or "Input" in the code, when run the code in Eclipse, even all the codes have been run, launch process is still there.
[Steps to Reproduce]
1. create an empty PyDev module in Eclipse.
2. Enter this snippet:
from sikuli import *
input("cat")
3. Save and run.
4. Click "OK" or "Cance"" in the displayed dialog box.
[Actual Result]
Launch process is still there.
Need to terminate it manually.
Using this snippet get the same result:
from sikuli import *
popup("cat")
Excuse me, did I set something wrong? Is there a way to fix it?
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.