Uses of Class
org.openqa.selenium.interactions.Interaction
-
Packages that use Interaction Package Description org.openqa.selenium.interactions org.openqa.selenium.interactions.internal -
-
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. 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)
Methods in org.openqa.selenium.interactions that return types with arguments of type Interaction Modifier and Type Method Description java.util.List<Interaction>
ButtonReleaseAction. asInteractions(PointerInput mouse, KeyInput keyboard)
Deprecated.java.util.List<Interaction>
ClickAction. asInteractions(PointerInput mouse, KeyInput keyboard)
Deprecated.java.util.List<Interaction>
ClickAndHoldAction. asInteractions(PointerInput mouse, KeyInput keyboard)
Deprecated.java.util.List<Interaction>
CompositeAction. asInteractions(PointerInput mouse, KeyInput keyboard)
java.util.List<Interaction>
ContextClickAction. asInteractions(PointerInput mouse, KeyInput keyboard)
Deprecated.java.util.List<Interaction>
DoubleClickAction. asInteractions(PointerInput mouse, KeyInput keyboard)
Deprecated.java.util.List<Interaction>
IsInteraction. asInteractions(PointerInput mouse, KeyInput keyboard)
java.util.List<Interaction>
KeyDownAction. asInteractions(PointerInput mouse, KeyInput keyboard)
Deprecated.java.util.List<Interaction>
KeyUpAction. asInteractions(PointerInput mouse, KeyInput keyboard)
Deprecated.java.util.List<Interaction>
MoveMouseAction. asInteractions(PointerInput mouse, KeyInput keyboard)
Deprecated.java.util.List<Interaction>
MoveToOffsetAction. asInteractions(PointerInput mouse, KeyInput keyboard)
Deprecated.java.util.List<Interaction>
PauseAction. asInteractions(PointerInput mouse, KeyInput keyboard)
Deprecated.java.util.List<Interaction>
SendKeysAction. asInteractions(PointerInput mouse, KeyInput keyboard)
Deprecated.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)
-
Uses of Interaction in org.openqa.selenium.interactions.internal
Methods in org.openqa.selenium.interactions.internal that return types with arguments of type Interaction Modifier and Type Method Description protected java.util.List<Interaction>
MouseAction. moveToLocation(PointerInput mouse)
Deprecated.protected java.util.Collection<Interaction>
KeysRelatedAction. optionallyClickElement(PointerInput mouse)
Deprecated.
-