sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #59247
Re: [Question #708914]: select
Question #708914 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/708914
RaiMan proposed the following answer:
Works on Win11 with 2.0.5 and Java 11 and 19
login = ("outlook", "facebook", "workplace", "page3", "page4")
a = select(msg = "where do you like to log in?", options = login)
print a
shows the select popup and prints the selected option or None if
cancelled.
I am running the SikuliX IDE from the commandline using
"C:\Program Files\EclipseJDK\jdk19\bin\java" -jar <path-to-2.0.5.jar>
So something seems to be wrong wit your setup.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.