← Back to team overview

sikuli-driver team mailing list archive

[Question #294060]: Problem with search by Text in Sikuli

 

New question #294060 on Sikuli:
https://answers.launchpad.net/sikuli/+question/294060

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.







-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.