Uses of Class
org.openqa.selenium.interactions.Interaction
-
Uses of Interaction in org.openqa.selenium.interactions
Modifier and TypeClassDescriptionclass
Indicates that a givenInputSource
should pause for a given duration.Modifier and TypeMethodDescriptionKeyInput.createKeyDown
(int codePoint) KeyInput.createKeyUp
(int codePoint) PointerInput.createPointerDown
(int button) PointerInput.createPointerDown
(int button, PointerInput.PointerEventProperties eventProperties) PointerInput.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) PointerInput.createPointerUp
(int button) PointerInput.createPointerUp
(int button, PointerInput.PointerEventProperties eventProperties) WheelInput.createScroll
(int x, int y, int deltaX, int deltaY, Duration duration, WheelInput.ScrollOrigin origin) WheelInput.createScroll
(Point start, int deltaX, int deltaY, Duration duration, WheelInput.ScrollOrigin origin) Modifier and TypeMethodDescriptionSequence.addAction
(Interaction action) Actions.tick
(Interaction... actions)