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

Namespace: OpenQA.Selenium.Remote
Assembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

public void SingleTap(
	ICoordinates where
)

Implements

ITouchScreen SingleTap(ICoordinates)
See Also