Jump to content

move and click mouse


Recommended Posts

Posted

How do I move the mouse a position (specifying the X and Y coordinates) and then do a right click?

Example:
X = 256
Y = 282

My purpose is to click on the accept button at the beginning of the tutorial (attach the image).
If there is a simpler solution. I would appreciate the information.

Thank you.

osbot click event.png

Posted
6 minutes ago, trainux said:

How do I move the mouse a position (specifying the X and Y coordinates) and then do a right click?

Example:
X = 256
Y = 282

My purpose is to click on the accept button at the beginning of the tutorial (attach the image).
If there is a simpler solution. I would appreciate the information.

Thank you.

osbot click event.png

https://osbot.org/api/org/osbot/rs07/api/Mouse.html

Posted

You won't be able to click anything while the Resizable mode solver is running.

OSBot does not support running in resizable mode; but if this is your goal you'll have to use the norandoms CLI argument to disable the resizable mode solver first. Then you can start controlling the mouse; tho doing this by absolute coordinates in resizable mode doesn't sound very productive

  • Boge 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...