RemoteTouchScreen Move Method WebDriver
Allows the execution of the gesture 'move' on the screen.

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

public void Move(
	int locationX,
	int locationY
)

Parameters

locationX
Type: OnlineSystem Int32
The x coordinate relative to the view port.
locationY
Type: OnlineSystem Int32
The y coordinate relative to the view port.

Implements

ITouchScreen Move(Int32, Int32)
See Also