Automatically focus cursor by applying MouseFocuse command of RoutineBot
RoutineBot is an
automation software for automation of any routine task, such as automated
GUI testing
- One of the main commands in RoutineBot, use it to focus on certain image pattern, that what will real user do when work with your application. While solving routine task, focus on control elements and then use MouseClick command.
- Automate cursor focusing process
- Make your script to focus cursor
- Solve routine task of mouse pointer moving
- Automated focusing of cursor pointer
- Focus mouse pointer from your script
- Our RoutineBot allows testers to automate cursor pointer focusing
- RoutineBot software will work as a robot, which will move cursor
| Command |
Description |
How can it help? |
|
MouseFocuse |
Focuses mouse on
specific image. Parameters are Try Interval and
Time out
Note: when adding command you can specify left or
right mouse click. |
One of the most powerful command. It
searches for some picture on the screen, if found, the command will
focus your mouse pointer on the center of this image.
What if image will not be found? It depends on
your parameters - try interval and time out interval. It is good
idea to use some timeout and try intervals. As sometime it takes
computer time to execute your commands and show results on the
screen. |
|