← Back to team overview

sikuli-driver team mailing list archive

[Bug 904602] [NEW] Unable to Find Text from the Region/ Drop Down Menu

 

Public bug reported:

I have confined the Drop Down Menu to the Region, like Region (x1, y1, x2, y2);
Drop Down Menu Contains List of Virtual Machines with Variable Length and Prefixed with Same First 02 Words Like below

Virt Machine General
Virt Machine Delphi
Virt Machine Fortran
...... 

I Want to Click over Item "Virt Machine FORTRAN" . I have Set the Search String = "Virt Machine Fortran"  and to be clicked once its found. 
Region.find (String) is Failing with Error "FindFailed: can not find Virt Machine Fortran on the screen.
Line ?, in File ?
	at org.sikuli.script.Region.handleFindFailed(Region.java:420)

If i cut down the Length of String to be Searched to "Virt Machine"  ,
Its clicking over "Virt Machine General", the behavior I'm not looking
for.

Any Plans to gets this Fix Done in the Next Drop of Sikuli??? I'm aware
about Bug # 710586 , which addresses relative native of find(). The OCR
Functionality for Search Text has to be improved to large extent.

Thank ,
Sachin

** Affects: sikuli
     Importance: Undecided
         Status: New

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

Title:
  Unable to Find Text from the Region/ Drop Down Menu

Status in Sikuli:
  New

Bug description:
  I have confined the Drop Down Menu to the Region, like Region (x1, y1, x2, y2);
  Drop Down Menu Contains List of Virtual Machines with Variable Length and Prefixed with Same First 02 Words Like below

  Virt Machine General
  Virt Machine Delphi
  Virt Machine Fortran
  ...... 

  I Want to Click over Item "Virt Machine FORTRAN" . I have Set the Search String = "Virt Machine Fortran"  and to be clicked once its found. 
  Region.find (String) is Failing with Error "FindFailed: can not find Virt Machine Fortran on the screen.
  Line ?, in File ?
  	at org.sikuli.script.Region.handleFindFailed(Region.java:420)

  If i cut down the Length of String to be Searched to "Virt Machine"  ,
  Its clicking over "Virt Machine General", the behavior I'm not looking
  for.

  Any Plans to gets this Fix Done in the Next Drop of Sikuli??? I'm
  aware about Bug # 710586 , which addresses relative native of find().
  The OCR Functionality for Search Text has to be improved to large
  extent.

  Thank ,
  Sachin

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


Follow ups

References