sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #56985
[Bug 1920183] [NEW] [2.0.5] click text in region does not work --- workaround
Public bug reported:
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
** Affects: sikuli
Importance: High
Assignee: RaiMan (raimund-hocke)
Status: Fix Committed
** Changed in: sikuli
Status: New => Fix Committed
** Changed in: sikuli
Importance: Undecided => High
** Changed in: sikuli
Assignee: (unassigned) => RaiMan (raimund-hocke)
** Changed in: sikuli
Milestone: None => 2.0.6
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to SikuliX.
https://bugs.launchpad.net/bugs/1920183
Title:
[2.0.5] click text in region does not work --- workaround
Status in SikuliX:
Fix Committed
Bug 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
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1920183/+subscriptions
Follow ups