Uses of Class
org.openqa.selenium.interactions.Sequence
Package
Description
-
Uses of Sequence in org.openqa.selenium.bidi.module
Modifier and TypeMethodDescriptionvoid
Input.perform
(String browsingContext, Collection<Sequence> actions) -
Uses of Sequence in org.openqa.selenium.interactions
-
Uses of Sequence in org.openqa.selenium.remote
Modifier and TypeMethodDescriptionstatic CommandPayload
DriverCommand.ACTIONS
(Collection<Sequence> actions) void
RemoteWebDriver.perform
(Collection<Sequence> actions) -
Uses of Sequence in org.openqa.selenium.support.events
Modifier and TypeMethodDescriptiondefault void
WebDriverListener.afterPerform
(WebDriver driver, Collection<Sequence> actions) This method will be called afterActions.perform()
} is called.default void
WebDriverListener.beforePerform
(WebDriver driver, Collection<Sequence> actions) This method will be called beforeActions.perform()
} is called.