Uses of Class
org.openqa.selenium.interactions.Sequence
Packages that use Sequence
Package
Description
- 
Uses of Sequence in org.openqa.selenium.bidi.moduleMethod parameters in org.openqa.selenium.bidi.module with type arguments of type SequenceModifier and TypeMethodDescriptionvoidInput.perform(String browsingContext, Collection<Sequence> actions) 
- 
Uses of Sequence in org.openqa.selenium.interactionsMethods in org.openqa.selenium.interactions that return SequenceMethods in org.openqa.selenium.interactions that return types with arguments of type SequenceMethod parameters in org.openqa.selenium.interactions with type arguments of type Sequence
- 
Uses of Sequence in org.openqa.selenium.remoteMethod parameters in org.openqa.selenium.remote with type arguments of type SequenceModifier and TypeMethodDescriptionstatic CommandPayloadDriverCommand.ACTIONS(Collection<Sequence> actions) voidRemoteWebDriver.perform(Collection<Sequence> actions) 
- 
Uses of Sequence in org.openqa.selenium.support.eventsMethod parameters in org.openqa.selenium.support.events with type arguments of type SequenceModifier and TypeMethodDescriptiondefault voidWebDriverListener.afterPerform(WebDriver driver, Collection<Sequence> actions) This method will be called afterActions.perform()} is called.default voidWebDriverListener.beforePerform(WebDriver driver, Collection<Sequence> actions) This method will be called beforeActions.perform()} is called.