Uses of Class
org.openqa.selenium.interactions.Interaction
Packages that use Interaction
- 
Uses of Interaction in org.openqa.selenium.interactionsSubclasses of Interaction in org.openqa.selenium.interactionsModifier and TypeClassDescriptionclassIndicates that a givenInputSourceshould pause for a given duration.Methods in org.openqa.selenium.interactions that return InteractionModifier 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) Methods in org.openqa.selenium.interactions with parameters of type InteractionModifier and TypeMethodDescriptionSequence.addAction(Interaction action) Actions.tick(Interaction... actions)