← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #696094]: [2.0.5] click text in region does not work --- workaround

 

Question #696094 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/696094

Description changed to:
confirmed bug -------------------------------------- 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 question notification because your team Sikuli Drivers
is an answer contact for SikuliX.