[check] Screen.all().wait(image) not working

Bug #1408020 reported by Ben Kirby

This bug report was converted into a question: question #260249: Screen.all().wait(image) not working.

6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
SikuliX
In Progress
Medium
RaiMan

Bug Description

Sikuli Version: 1.1.0-SNAPSHOT
Operating System: Windows 7 32-bit

The Screen.all().wait method does not appear to work regardless of the timeout i set within the java implementation.

Every time i use it i get the FindFailed exception.

Code snippet below:

Screen s = Screen.all();
  try {
   s.wait("src/test/resources/Images/games/ramesses/ramesses_topleft.PNG", 30);
  } catch (FindFailed e) {
   // TODO Auto-generated catch block
   e.printStackTrace();
  }

RaiMan (raimund-hocke)
Changed in sikuli:
status: New → Invalid
RaiMan (raimund-hocke)
Changed in sikuli:
status: Invalid → In Progress
importance: Undecided → Medium
assignee: nobody → RaiMan (raimund-hocke)
milestone: none → 2.0.0
summary: - java implementation of wait method not working
+ [1.0.1] Screen.all().wait(image) not working
description: updated
RaiMan (raimund-hocke)
Changed in sikuli:
milestone: 2.0.0 → 2.0.1
RaiMan (raimund-hocke)
summary: - [1.0.1] Screen.all().wait(image) not working
+ [check] Screen.all().wait(image) not working
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.