IWPFRepeatButtonClickButton Method |
Performs the specified number of clicks on the specified button.
Namespace:
SmartBear.TestLeft.TestObjects.WPF
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax void ClickButton(
int count = 1
)
Sub ClickButton (
Optional count As Integer = 1
)
Dim instance As IWPFRepeatButton
Dim count As Integer
instance.ClickButton(count)
void ClickButton(
int count = 1
)
Parameters
- count (Optional)
- Type: SystemInt32
The number of clicks to be simulated.
Exceptions See Also