sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #35572
[Question #273995]: If there is a change in the function behavior such as wait, exists, find
New question #273995 on Sikuli:
https://answers.launchpad.net/sikuli/+question/273995
The behavior of these functions (such as wait, exists, find) appears to be changed after the upgrade of the Sikuli (1.0.rc3 -> 1.1.0)
the code:
click(DropDownBoxPic)
r = exists(pic1) / r = find(pic1) / r = wait(pic1)
In v1.0rc3:
After the execution of the code, the drop-down box is still unfolding
In v1.1.0:
After the execution of the code, the drop-down box has been retracted
my question:
Is this new feature in v1.1.0?
What method can have such effect, let drop down list has been in the expansion state in v1.1.0 ?
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.