Automatically press button with ClickButton script intruction of RoutineBot
RoutineBot is an
automation software for automation of any routine task, such as automated
GUI testing
- Use ClickButton command to automatically press the button, using the caption of the button as a parameter
- Press button from your test script
- RoutineBot allows programmers to automate button clicking
- Programmed pressing of button
- Make your script to click button
- Resolve routine job of button clicking
- Our RoutineBot will work as a robot that can press button
- Automatize button clicking process
| Command |
Description |
How can it help? |
|
ClickButton |
Click on the
button. Pass button's caption as a parameter. |
If you have a button on in your
application and it has some caption, then it is the best way to
click this button. Sure, you can focus on it with MouseFocuse and
then click on it, but ClickButton will work faster. |
|