Uses of Class
org.openqa.selenium.interactions.Sequence
-
Packages that use Sequence Package Description org.openqa.selenium.interactions org.openqa.selenium.remote org.openqa.selenium.support.events -
-
Uses of Sequence in org.openqa.selenium.interactions
Methods in org.openqa.selenium.interactions that return Sequence Modifier and Type Method Description Sequence
Sequence. addAction(Interaction action)
Method parameters in org.openqa.selenium.interactions with type arguments of type Sequence Modifier and Type Method Description void
Interactive. perform(java.util.Collection<Sequence> actions)
-
Uses of Sequence in org.openqa.selenium.remote
Method parameters in org.openqa.selenium.remote with type arguments of type Sequence Modifier and Type Method Description static CommandPayload
DriverCommand. ACTIONS(java.util.Collection<Sequence> actions)
void
RemoteWebDriver. perform(java.util.Collection<Sequence> actions)
-
Uses of Sequence in org.openqa.selenium.support.events
Method parameters in org.openqa.selenium.support.events with type arguments of type Sequence Modifier and Type Method Description default void
WebDriverListener. afterPerform(WebDriver driver, java.util.Collection<Sequence> actions)
default void
WebDriverListener. beforePerform(WebDriver driver, java.util.Collection<Sequence> actions)
void
EventFiringWebDriver. perform(java.util.Collection<Sequence> actions)
Deprecated.
-