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 with parameters of type WebDriver.NavigationModifier and TypeMethodDescriptiondefault void
WebDriverListener.afterAnyNavigationCall
(WebDriver.Navigation navigation, Method method, Object[] args, Object result) This method will be called after any method of aWebDriver.Navigation
instance is called.default void
WebDriverListener.afterBack
(WebDriver.Navigation navigation) This action will be performed each time afterback()
is called.default void
WebDriverListener.afterForward
(WebDriver.Navigation navigation) This action will be performed each time afterforward()
is called.default void
WebDriverListener.afterRefresh
(WebDriver.Navigation navigation) This action will be performed each time afterrefresh()
is called.default void
WebDriverListener.afterTo
(WebDriver.Navigation navigation, String url) This action will be performed each time afterto(String)
is called.default void
WebDriverListener.afterTo
(WebDriver.Navigation navigation, URL url) This action will be performed each time afterto(URL)
is called.default void
WebDriverListener.beforeAnyNavigationCall
(WebDriver.Navigation navigation, Method method, Object[] args) This method will be called before any method of aWebDriver.Navigation
instance is called.default void
WebDriverListener.beforeBack
(WebDriver.Navigation navigation) This action will be performed each time beforeback()
is called.default void
WebDriverListener.beforeForward
(WebDriver.Navigation navigation) This action will be performed each time beforeforward()
is called.default void
WebDriverListener.beforeRefresh
(WebDriver.Navigation navigation) This action will be performed each time beforerefresh()
is called.default void
WebDriverListener.beforeTo
(WebDriver.Navigation navigation, String url) This action will be performed each time beforeto(String)
is called.default void
WebDriverListener.beforeTo
(WebDriver.Navigation navigation, URL url) This action will be performed each time beforeto(URL)
is called.