IBootstrapModalClickButton Method (String) |
Moves the mouse cursor to the specified button and then simulates a single click.
Namespace:
SmartBear.TestLeft.TestObjects.Web.Bootstrap
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax void ClickButton(
string buttonName
)
Sub ClickButton (
buttonName As String
)
Dim instance As IBootstrapModal
Dim buttonName As String
instance.ClickButton(buttonName)
void ClickButton(
String^ buttonName
)
Parameters
- buttonName
- Type: SystemString
The button’s name.
Exceptions See Also