Limitations of find and hover method in sikuli

Bug #1584624 reported by Rohit cheetu
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
SikuliX
Invalid
Undecided
Unassigned

Bug Description

I'm using the following code in my program :

Region sc = new Screen(0);
System.out.println(sc.text());

When I'm printing the whole screen, I am getting the following values :

13671333
13670464
13672725
13672724
13670005
13671351
13669396
13670477
13669408
13671293
13673210
13669420
13670521
13671807
13670857
13669435
13669447

i.e. it is able to find the exact value from this list but it is not clicking on that value.

screen.find("13670477");
screen.rightClick();

It is clicking on 13670857 i.e. it is recognizing only till 13670...

Any way out for this please.

Revision history for this message
Vincent (6-vincent) wrote :

Would this work, looking for the last 5 characters only?

screen.find("70477");
 screen.rightClick();

My 2 cts...

Revision history for this message
Rohit cheetu (rohitcheetu1990) wrote :

No..even this thing is not working.....

RaiMan (raimund-hocke)
Changed in sikuli:
status: New → Invalid
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.