2021-03-19 13:23:43 |
RaiMan |
description |
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
|
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 |
|