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

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1584624

Title:
  Limitations of find and hover method in sikuli

Status in Sikuli:
  New

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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1584624/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to