sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #56692
[Bug 1536759] Re: [2.0.4] click(exists()) always return True --- to be checked
** Summary changed:
- [1.1.0] click(exists()) always return True
+ [2.0.4] click(exists()) always return True --- to be checked
** Changed in: sikuli
Milestone: 1.1.1 => 2.0.5
** Changed in: sikuli
Status: Fix Committed => In Progress
** Changed in: sikuli
Importance: High => Medium
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1536759
Title:
[2.0.4] click(exists()) always return True --- to be checked
Status in Sikuli:
In Progress
Bug description:
Hi,
Usually Im using code something like this:
if not click(exists('some_image')):
# do some actions to make image visible
click('some_image')
But after update to version 1.1.0 ive noticed that
click(exists('some_nonexistent_image')) always return True. Checked in
version 1.0.1 - False was returned.
Is it normal behavior? Should I wait for some fix or update my scripts
to "if exists > else" ? Or maybe im not using it right?
BTW thanks for great automation tool RaiMan )))
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1536759/+subscriptions
References