RemoteTouchScreen DoubleTap Method WebDriver
Allows the execution of double 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 DoubleTap(
	ICoordinates where
)

Implements

ITouchScreen DoubleTap(ICoordinates)
See Also