|
Post by mlghty on Jan 3, 2021 20:29:36 GMT
Image is moving and can be detected, however would like to click 50 pixels below the image, so it would be relative to the image found location?
any suggestions please.
|
|
|
Post by exilereven on Jan 3, 2021 21:55:25 GMT
Image is moving and can be detected, however would like to click 50 pixels below the image, so it would be relative to the image found location? any suggestions please. if existsClick(Pattern('img.png'):targetOffset(0,50) then end
|
|