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

Summary changed to:
[2.0.5] click text in region does not work --- workaround

Description changed to:
possible bug -------------------------------------- workaround

click(reg.findText(someText))

seems to work.

----------------------------------------------


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.

_______________________________________________
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