Click or drag to resize

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
)

Parameters

count (Optional)
Type: SystemInt32
The number of clicks to be simulated.
Exceptions
ExceptionCondition
InvocationExceptionWill be thrown if invocation fails.
WebExceptionWill be thrown if there are network problems.
See Also