Uses of Interface
org.openqa.selenium.interactions.Action
-
Packages that use Action Package Description org.openqa.selenium.interactions org.openqa.selenium.interactions.touch -
-
Uses of Action in org.openqa.selenium.interactions
Classes in org.openqa.selenium.interactions that implement Action Modifier and Type Class Description class
ButtonReleaseAction
Deprecated.class
ClickAction
Deprecated.class
ClickAndHoldAction
Deprecated.class
CompositeAction
An action for aggregating actions and triggering all of them at the same time.class
ContextClickAction
Deprecated.class
DoubleClickAction
Deprecated.class
KeyDownAction
Deprecated.class
KeyUpAction
Deprecated.class
MoveMouseAction
Deprecated.class
MoveToOffsetAction
Deprecated.class
PauseAction
Deprecated.'Pause' is considered to be a bad design practice.class
SendKeysAction
Deprecated.Methods in org.openqa.selenium.interactions that return Action Modifier and Type Method Description Action
Actions. build()
Generates a composite action containing all actions so far, ready to be performed (and resets the internal builder state, so subsequent calls toActions.build()
will contain fresh sequences).Methods in org.openqa.selenium.interactions with parameters of type Action Modifier and Type Method Description CompositeAction
CompositeAction. addAction(Action action)
Actions
Actions. tick(Action action)
-
Uses of Action in org.openqa.selenium.interactions.touch
Classes in org.openqa.selenium.interactions.touch that implement Action Modifier and Type Class Description class
DoubleTapAction
Deprecated.class
DownAction
Deprecated.class
FlickAction
Deprecated.class
LongPressAction
Deprecated.class
MoveAction
Deprecated.class
ScrollAction
Deprecated.class
SingleTapAction
Deprecated.class
UpAction
Deprecated.
-