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.ScrollOrigin
fromElement
(WebElement element) static WheelInput.ScrollOrigin
fromElement
(WebElement element, int xOffset, int yOffset) static WheelInput.ScrollOrigin
static WheelInput.ScrollOrigin
fromViewport
(int xOffset, int yOffset) int
int
-
Method Details
-
asArg
-
fromViewport
-
fromViewport
-
fromElement
-
fromElement
-
getxOffset
public int getxOffset() -
getyOffset
public int getyOffset()
-