IBootstrapAlertClickLink Method (String) |
Moves the mouse cursor to the specified link 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 ClickLink(
string linkName
)
Sub ClickLink (
linkName As String
)
Dim instance As IBootstrapAlert
Dim linkName As String
instance.ClickLink(linkName)
void ClickLink(
String^ linkName
)
Parameters
- linkName
- Type: SystemString
The link's name.
Exceptions See Also