ClickButton
The ClickButton function performs a click on a button.
Syntax :
ClickButton(ButtonName)
| Parameters | Description |
|---|---|
| ButtonName | Required. Name of the button. |
Example :
ClickButton(“btnSave”)
- The function save is performed on click of the button.