Description
Moves the mouse pointer to a button and then simulates the specified number of mouse clicks over the button.
Declaration
TestObj.ClickButton(Count)
TestObj | A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section | |||
Count | [in] | Optional | Integer | Default value: 1 |
Result | None |
Applies To
The method is applied to the following object:
View Mode
This method is available in the Object Browser panel and in other panels and dialogs in both Basic and Advanced view modes.
Parameters
The method has the following parameter:
Count
An integer value that specifies the number of clicks to be simulated.
Result Value
None.