Uses of Interface
org.openqa.selenium.interactions.Action
Packages that use Action
-
Uses of Action in org.openqa.selenium.interactions
Classes in org.openqa.selenium.interactions that implement ActionModifier and TypeClassDescriptionclass
An action for aggregating actions and triggering all of them at the same time.Methods in org.openqa.selenium.interactions that return ActionModifier and TypeMethodDescriptionActions.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