Class WheelInputDevice.ScrollOrigin
- Namespace
- OpenQA.Selenium.Interactions
- Assembly
- WebDriver.dll
Object representing the scroll origin of a scroll operation.
public class WheelInputDevice.ScrollOrigin
- Inheritance
-
WheelInputDevice.ScrollOrigin
- Inherited Members
Properties
Element
Gets or sets the element for the scroll origin.
public IWebElement Element { get; set; }
Property Value
Viewport
Gets or sets a value indicating whether the viewport should be used as the origin.
public bool Viewport { get; set; }
Property Value
XOffset
Gets or sets the horizontal offset of the scroll origin.
public int XOffset { get; set; }
Property Value
YOffset
Gets or sets the vertical offset of the scroll origin.
public int YOffset { get; set; }