Comment 0 for bug 1920183

Revision history for this message
RaiMan (raimund-hocke) wrote :

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