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 class
Pause
Indicates that a givenInputSource
should pause for a given duration.Methods in org.openqa.selenium.interactions that return Interaction Modifier and Type Method Description Interaction
KeyInput. createKeyDown(int codePoint)
Interaction
KeyInput. createKeyUp(int codePoint)
Interaction
PointerInput. createPointerDown(int button)
Interaction
PointerInput. createPointerDown(int button, PointerInput.PointerEventProperties eventProperties)
Interaction
PointerInput. createPointerDown(PointerInput.PointerEventProperties eventProperties)
Deprecated.always use the method with the buttonInteraction
PointerInput. createPointerMove(java.time.Duration duration, PointerInput.Origin origin, int x, int y)
Interaction
PointerInput. createPointerMove(java.time.Duration duration, PointerInput.Origin origin, int x, int y, PointerInput.PointerEventProperties eventProperties)
Interaction
PointerInput. createPointerMove(java.time.Duration duration, PointerInput.Origin origin, Point offset)
Interaction
PointerInput. createPointerMove(java.time.Duration duration, PointerInput.Origin origin, Point offset, PointerInput.PointerEventProperties eventProperties)
Interaction
PointerInput. createPointerUp(int button)
Interaction
PointerInput. createPointerUp(int button, PointerInput.PointerEventProperties eventProperties)
Interaction
PointerInput. createPointerUp(PointerInput.PointerEventProperties eventProperties)
Deprecated.always use the method with the buttonInteraction
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)
Methods in org.openqa.selenium.interactions with parameters of type Interaction Modifier and Type Method Description Sequence
Sequence. addAction(Interaction action)
Actions
Actions. tick(Interaction... actions)
-