sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #40837
Re: [Question #404461]: Create multiple check boxes popup dialog box
Question #404461 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/404461
Status: Open => Answered
RaiMan proposed the following answer:
if this is not sufficient for you
http://sikulix-2014.readthedocs.io/en/latest/interaction.html#select
... then you have to integrate the respective Java code into your script
(make a def, that sets up and displays a respective Java GUI element)
This is possible rather easy for a medium level Java programmer, but
might not be acceptable for a newbee.
depending on the number of check boxes a simple solution with an input dialog might be sufficient:
- in the message display the numbered options line by line
- the user selects by giving the number(s) as answers
- separate the result using split()
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.