sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #56981
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
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.