browser mouse move to image

Allows you to move the cursor to an image.


Example

Running this code will move the cursor with the following properties to the image "Test Image Click.png":

  • Similarity: 70
  • First Only: True
  • Reverse Order: False
  • Click Type: Left Click Action
plugin command("Browser Automation.dll", "browser mouse move to image", "{$special folder("Application")}\\Test Image Click.png", 70, "True", "False", "Left Click")

Was this helpful?