Automatically move cursor pointer using MouseMoveRel command of RoutineBot
RoutineBot is an
automation software for automation of any routine task, such as automated
GUI testing
- Use MouseMoveRel function to relatively move the mouse cursor, use as a parameters relative coordinates of the current mouse position
- Automatize cursor moving process
- RoutineBot software helps quality assurance specialists to automatize mouse moving
- Make your script to move cursor pointer
- Our RoutineBot will work as a robot that will move mouse
- Move mouse from your test script
- Work out routine job of mouse moving
- Programmed moving of mouse
| Command |
Description |
How can it help? |
|
MouseMoveRel |
Moves mouse
relatively.
|
This is very useful command. Use it
with MouseFocuse command. First, you focus on some object on the
screen, for instance, it is label above the text box, then you move
a little your mouse down (so it will point on the text box), then
you click and enter necessary text. This command is very useful, as
sometime it is not possible to focus on the object by it's image
template, but there are a lot of other objects that helps to focus
on this object and then move mouse relatively. |
|