Uses of Interface
org.openqa.selenium.WebDriver.Navigation
Packages that use WebDriver.Navigation
Package
Description
-
Uses of WebDriver.Navigation in org.openqa.selenium
Methods in org.openqa.selenium that return WebDriver.NavigationModifier and TypeMethodDescriptionWebDriver.navigate()
An abstraction allowing the driver to access the browser's history and to navigate to a given URL. -
Uses of WebDriver.Navigation in org.openqa.selenium.remote
Methods in org.openqa.selenium.remote that return WebDriver.Navigation -
Uses of WebDriver.Navigation in org.openqa.selenium.support.decorators
Methods in org.openqa.selenium.support.decorators that return types with arguments of type WebDriver.NavigationModifier and TypeMethodDescriptionWebDriverDecorator.createDecorated
(WebDriver.Navigation original) Methods in org.openqa.selenium.support.decorators with parameters of type WebDriver.NavigationModifier and TypeMethodDescriptionWebDriverDecorator.createDecorated
(WebDriver.Navigation original) -
Uses of WebDriver.Navigation in org.openqa.selenium.support.events
Methods in org.openqa.selenium.support.events that return WebDriver.NavigationMethods in org.openqa.selenium.support.events with parameters of type WebDriver.NavigationModifier and TypeMethodDescriptiondefault void
WebDriverListener.afterAnyNavigationCall
(WebDriver.Navigation navigation, Method method, Object[] args, Object result) default void
WebDriverListener.afterBack
(WebDriver.Navigation navigation) default void
WebDriverListener.afterForward
(WebDriver.Navigation navigation) default void
WebDriverListener.afterRefresh
(WebDriver.Navigation navigation) default void
WebDriverListener.afterTo
(WebDriver.Navigation navigation, String url) default void
WebDriverListener.afterTo
(WebDriver.Navigation navigation, URL url) default void
WebDriverListener.beforeAnyNavigationCall
(WebDriver.Navigation navigation, Method method, Object[] args) default void
WebDriverListener.beforeBack
(WebDriver.Navigation navigation) default void
WebDriverListener.beforeForward
(WebDriver.Navigation navigation) default void
WebDriverListener.beforeRefresh
(WebDriver.Navigation navigation) default void
WebDriverListener.beforeTo
(WebDriver.Navigation navigation, String url) default void
WebDriverListener.beforeTo
(WebDriver.Navigation navigation, URL url)