[2.0.4] click(exists()) always return True --- to be checked

Bug #1536759 reported by RaiMan
14
This bug affects 2 people
Affects Status Importance Assigned to Milestone
SikuliX
In Progress
Medium
RaiMan

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 )))

RaiMan (raimund-hocke)
Changed in sikuli:
status: New → Fix Committed
importance: Undecided → High
assignee: nobody → RaiMan (raimund-hocke)
milestone: none → 1.1.1
RaiMan (raimund-hocke)
summary: - [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
status: Fix Committed → In Progress
importance: High → Medium
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related questions

Remote bug watches

Bug watches keep track of this bug in other bug trackers.