go to x y position capture a picture

Asked by Marc Summers

is there a way to go to an X Y location on a page
then capture a text picture?

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
RaiMan
Solved:
Last query:
Last reply:
Revision history for this message
Best RaiMan (raimund-hocke) said :
#1

To capture something, you must know the (x,y) location and the width and height.

image = capture(x,y,w,h)

Revision history for this message
Marc Summers (2aircraft) said :
#2

OK, great, Thanks RaiMan, that answers my question. :)