Automatically click mouse button by applying MouseClick command of RoutineBot
RoutineBot is an
automation software for automation of any routine task, such as automated
GUI testing
- The command will emulate the mouse click, use MouseFocus command to move mouse to the necessary place and MouseClick command to automatically click.
- Automate mouse button clicking process
- Program your script to click mouse button
- RoutineBot can work as a robot, which will click mouse button
- The RoutineBot lets software developers to automate mouse button pressing
- Click mouse button from your script
- Programmed pressing of mouse left button
- Solve routine task of mouse button clicking
| Command |
Description |
How can it help? |
|
MouseClick,
MouseDoubleClick |
This command
emulates mouse click on the current cursor position.
Note: when adding command you can specify left or right mouse
click. |
Use this command after MouseFocuse
command to click on the objects you focused on. For instance. to
click the button or click the list on the web-site. |
|