Allows the execution of a long press gesture on the screen.
Namespace: OpenQA.Selenium.RemoteAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
public void LongPress( ICoordinates where )
Parameters
- where
- Type: OpenQA.Selenium.Interactions.Internal ICoordinates
The ICoordinates object representing the location on the screen, usually an IWebElement.
Implements
ITouchScreen LongPress(ICoordinates)See Also