← Back to team overview

sikuli-driver team mailing list archive

[Bug 1920183] Re: [2.0.5] click text in region does not work --- workaround

 

** Description changed:

- confirmed bug -------------------------------------- workaround
+ confirmed bug tracked on GitHub:
+ https://github.com/RaiMan/SikuliX1/issues/437
+ 
+ -------------------------------------- workaround
  
  click(reg.findText(someText))
  
  seems to work.
  
  ---------------------------------------------- will be fixed in 2.0.6
- 
  
  Code:
  
  reg = <some_region>
  reg.click('text_in_region') # does not click on text
  
  see video https://www.screencast.com/t/yIdZvomTCvpz
  
  ----
  Seems like click is executed on relative coordinates against Screen not against region
  This seems like a bug
  Note that "reg.click(image_in_region.png) works s expected

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

Title:
  [2.0.5] click text in region does not work --- workaround

Status in SikuliX:
  Fix Committed

Bug description:
  confirmed bug tracked on GitHub:
  https://github.com/RaiMan/SikuliX1/issues/437

  -------------------------------------- workaround

  click(reg.findText(someText))

  seems to work.

  ---------------------------------------------- will be fixed in 2.0.6

  Code:

  reg = <some_region>
  reg.click('text_in_region') # does not click on text

  see video https://www.screencast.com/t/yIdZvomTCvpz

  ----
  Seems like click is executed on relative coordinates against Screen not against region
  This seems like a bug
  Note that "reg.click(image_in_region.png) works s expected

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


References