ITouchScreen DoubleTap Method WebDriver
Allows the execution of double tap on the screen, analogous to click using a Mouse.

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

void DoubleTap(
	ICoordinates where
)
See Also