Table of Contents

Enum CoordinateOrigin

Namespace
OpenQA.Selenium.Interactions
Assembly
WebDriver.dll

Represents the origin of the coordinates for mouse movement.

public enum CoordinateOrigin

Fields

Element = 2

The origin of the movement is the center of the element specified.

Pointer = 1

The origin of the movement is the most recent pointer location.

Viewport = 0

The coordinate origin is the origin of the view port of the browser.