Package org.openqa.selenium.interactions
Class WheelInput.ScrollOrigin
java.lang.Object
org.openqa.selenium.interactions.WheelInput.ScrollOrigin
- Enclosing class:
- WheelInput
-
Method Summary
Modifier and TypeMethodDescriptionasArg()static WheelInput.ScrollOriginfromElement(WebElement element) static WheelInput.ScrollOriginfromElement(WebElement element, int xOffset, int yOffset) static WheelInput.ScrollOriginstatic WheelInput.ScrollOriginfromViewport(int xOffset, int yOffset) intint
-
Method Details
-
asArg
-
fromViewport
-
fromViewport
-
fromElement
-
fromElement
-
getxOffset
public int getxOffset() -
getyOffset
public int getyOffset()
-