Uses of Class
org.openqa.selenium.interactions.PointerInput.Origin
Packages that use PointerInput.Origin
-
Uses of PointerInput.Origin in org.openqa.selenium.interactions
Methods in org.openqa.selenium.interactions that return PointerInput.OriginModifier and TypeMethodDescriptionstatic PointerInput.Origin
PointerInput.Origin.fromElement
(WebElement element) static PointerInput.Origin
PointerInput.Origin.pointer()
static PointerInput.Origin
PointerInput.Origin.viewport()
Methods in org.openqa.selenium.interactions with parameters of type PointerInput.OriginModifier and TypeMethodDescriptionPointerInput.createPointerMove
(Duration duration, PointerInput.Origin origin, int x, int y) PointerInput.createPointerMove
(Duration duration, PointerInput.Origin origin, int x, int y, PointerInput.PointerEventProperties eventProperties) PointerInput.createPointerMove
(Duration duration, PointerInput.Origin origin, Point offset) PointerInput.createPointerMove
(Duration duration, PointerInput.Origin origin, Point offset, PointerInput.PointerEventProperties eventProperties)