Uses of Class
org.openqa.selenium.interactions.Interaction
-
Packages that use Interaction Package Description org.openqa.selenium.interactions -
-
Uses of Interaction in org.openqa.selenium.interactions
Subclasses of Interaction in org.openqa.selenium.interactions Modifier and Type Class Description classPauseIndicates that a givenInputSourceshould pause for a given duration.Methods in org.openqa.selenium.interactions that return Interaction Modifier and Type Method Description InteractionKeyInput. createKeyDown(int codePoint)InteractionKeyInput. createKeyUp(int codePoint)InteractionPointerInput. createPointerDown(int button)InteractionPointerInput. createPointerDown(int button, PointerInput.PointerEventProperties eventProperties)InteractionPointerInput. createPointerDown(PointerInput.PointerEventProperties eventProperties)Deprecated.always use the method with the buttonInteractionPointerInput. createPointerMove(java.time.Duration duration, PointerInput.Origin origin, int x, int y)InteractionPointerInput. createPointerMove(java.time.Duration duration, PointerInput.Origin origin, int x, int y, PointerInput.PointerEventProperties eventProperties)InteractionPointerInput. createPointerMove(java.time.Duration duration, PointerInput.Origin origin, Point offset)InteractionPointerInput. createPointerMove(java.time.Duration duration, PointerInput.Origin origin, Point offset, PointerInput.PointerEventProperties eventProperties)InteractionPointerInput. createPointerUp(int button)InteractionPointerInput. createPointerUp(int button, PointerInput.PointerEventProperties eventProperties)InteractionPointerInput. createPointerUp(PointerInput.PointerEventProperties eventProperties)Deprecated.always use the method with the buttonInteractionWheelInput. createScroll(int x, int y, int deltaX, int deltaY, java.time.Duration duration, WheelInput.ScrollOrigin origin)InteractionWheelInput. createScroll(Point start, int deltaX, int deltaY, java.time.Duration duration, WheelInput.ScrollOrigin origin)Methods in org.openqa.selenium.interactions with parameters of type Interaction Modifier and Type Method Description SequenceSequence. addAction(Interaction action)ActionsActions. tick(Interaction... actions)
-