TouchActionsTap Method
Allows the execution of single tap on the screen, analogous to click using a Mouse.

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim instance As TouchActions
Dim element As WebElement
Dim returnValue As TouchActions

returnValue = instance.Tap(element)

Parameters

element
Type: SeleniumWebElement
The web element on the screen

Return Value

Type: TouchActions

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

See Also