TouchScreenTap Method
Single tap on the touch enabled device.

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim 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

[Missing <returns> documentation for "M:Selenium.TouchScreen.Tap(Selenium.WebElement)"]

See Also