sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #34587
[Question #271406]: How to click on the intersecting x and y graph coordinates?
New question #271406 on Sikuli:
https://answers.launchpad.net/sikuli/+question/271406
How to click on the intersecting x and y graph coordinates?
I tried to click on graph grid using
ROI = find(Pattern("x_coordinate_parameter.png").targetOffset(270,-2))
#region of interest is to the right of x_coordinate_parameter.png
click(getLastMatch())
click(ROI)
This worked as long as my screen resolution was same. This didn't work when i changed my screen resolution.
So, How can i click on the intersecting point of x_coordinate_parameter & y_coordinate_parameter in my graph. Please advise.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.