Enum MoveToElementOffsetOrigin
- Namespace
- OpenQA.Selenium.Interactions
- Assembly
- WebDriver.dll
Provides values that indicate from where element offsets for MoveToElement are calculated.
public enum MoveToElementOffsetOrigin
Fields
Center = 1
Offsets are calcuated from the center of the element.
TopLeft = 0
Offsets are calculated from the top-left corner of the element.