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 classButtonReleaseActionDeprecated.classClickActionDeprecated.classClickAndHoldActionDeprecated.classCompositeActionAn action for aggregating actions and triggering all of them at the same time.classContextClickActionDeprecated.classDoubleClickActionDeprecated.classKeyDownActionDeprecated.classKeyUpActionDeprecated.classMoveMouseActionDeprecated.classMoveToOffsetActionDeprecated.classPauseActionDeprecated.'Pause' is considered to be a bad design practice.classSendKeysActionDeprecated.Methods in org.openqa.selenium.interactions that return Action Modifier and Type Method Description ActionActions. build()Generates a composite action containing all actions so far, ready to be performed (and resets the internal builder state, so subsequent calls to this method will contain fresh sequences).Methods in org.openqa.selenium.interactions with parameters of type Action Modifier and Type Method Description CompositeActionCompositeAction. addAction(Action action)ActionsActions. 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 classDoubleTapActionDeprecated.classDownActionDeprecated.classFlickActionDeprecated.classLongPressActionDeprecated.classMoveActionDeprecated.classScrollActionDeprecated.classSingleTapActionDeprecated.classUpActionDeprecated.
-