** Changed in: sikuli
       Status: New => Fix Released

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

Title:
  [request] AutoWaitTimeout should be a global setting used by all
  Regions unless set specific

Status in Sikuli:
  Fix Released

Bug description:
  This is an enhancement request bug - currently using Sikuli-X rc1 on
  os x.

  I'm using Regions to improve the locate speed of images and text.

  I had this set at the beginning of  my script: setAutoWaitTimeout(30)

  However, when using find, or click in a region - I was getting
  FindFailed, until I specifically set the AutoWaitTimeout for each
  region:

  SidebarRegion = Region(topx,topy,sidebar_width,app_height)
  SidebarRegion.setAutoWaitTimeout(30)

  mainwidth = int((vbarx-sidex)+vbarw)
  MainViewRegion = Region(sidex,topy,mainwidth,app_height)
  MainViewRegion.setAutoWaitTimeout(30)

  It would be great if any region would use the default AutoWaitTimeout
  if specified in the test, as opposed to having to set it for each
  region.  If a timeout is set for a region, then it should be used.

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

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to