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 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. createPointerMove(java.time.Duration duration, PointerInput.Origin origin, int x, int y)InteractionPointerInput. createPointerUp(int button)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 SequenceSequence. addAction(Interaction action)ActionsActions. 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.
-