Uses of Class
org.openqa.selenium.interactions.WheelInput.ScrollOrigin
-
Packages that use WheelInput.ScrollOrigin Package Description org.openqa.selenium.interactions -
-
Uses of WheelInput.ScrollOrigin in org.openqa.selenium.interactions
Methods in org.openqa.selenium.interactions that return WheelInput.ScrollOrigin Modifier and Type Method Description static WheelInput.ScrollOrigin
WheelInput.ScrollOrigin. fromElement(WebElement element)
static WheelInput.ScrollOrigin
WheelInput.ScrollOrigin. fromElement(WebElement element, int xOffset, int yOffset)
static WheelInput.ScrollOrigin
WheelInput.ScrollOrigin. fromViewport()
static WheelInput.ScrollOrigin
WheelInput.ScrollOrigin. fromViewport(int xOffset, int yOffset)
Methods in org.openqa.selenium.interactions with parameters of type WheelInput.ScrollOrigin Modifier and Type Method Description Interaction
WheelInput. createScroll(int x, int y, int deltaX, int deltaY, java.time.Duration duration, WheelInput.ScrollOrigin origin)
Interaction
WheelInput. createScroll(Point start, int deltaX, int deltaY, java.time.Duration duration, WheelInput.ScrollOrigin origin)
Actions
Actions. scrollFromOrigin(WheelInput.ScrollOrigin scrollOrigin, int deltaX, int deltaY)
Scrolls by provided amount based on a provided origin.
-