sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #54246
[Question #689005]: Sikuli is skipping my select() statement
New question #689005 on Sikuli:
https://answers.launchpad.net/sikuli/+question/689005
Hi Folks,
In 2.0.1, my script executes these lines as expected:
> print("testing select")
> tsVersion_items = ("2021","2020","2019","2018","2017","2016","2015","2014")
> Settings.tsVersion = select("Version:", options = tsVersion_items)
> print(Settings.tsVersion)
The print() lines are simply for debugging;
Anyway, the code shows a list of choices; I chose 2021; and the output looks like this:
> testing select
> 2021
> [info] Exit code: 0
In 2.0.3, it looks like the select() is being skipped. I'm not prompted with a list. The print() isn't doing anything either.
My output looks like this:
> testing select
> [info] Exit code: 0
I don't think it's something with globals (Settings.xxx) because I use another just before this bit and I print its value fine.
I never downloaded 2.02, so I can't tell what happened there, but if you can point me to a download of it, I can try it out.
Does anyone have a hint?
Thanks for your time,
- Tom
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.