IBootstrapAlertClickLink Method (Int32) |
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(
int linkIndex
)
Sub ClickLink (
linkIndex As Integer
)
Dim instance As IBootstrapAlert
Dim linkIndex As Integer
instance.ClickLink(linkIndex)
void ClickLink(
int linkIndex
)
Parameters
- linkIndex
- Type: SystemInt32
The zero-based index of the link.
Exceptions See Also