Single tap on the touch enabled device.
Namespace: SeleniumAssembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
SyntaxDim instance As TouchScreen
Dim element As WebElement
Dim returnValue As TouchScreen
returnValue = instance.Tap(element)
Parameters
- element
- Type: SeleniumWebElement
ID of the element to single tap on.
Return Value
Type:
TouchScreen
See Also