Uses of Interface
org.openqa.selenium.WebDriver.Options
Packages that use WebDriver.Options
Package
Description
-
Uses of WebDriver.Options in org.openqa.selenium
Methods in org.openqa.selenium that return WebDriver.Options -
Uses of WebDriver.Options in org.openqa.selenium.remote
Classes in org.openqa.selenium.remote that implement WebDriver.OptionsMethods in org.openqa.selenium.remote that return WebDriver.Options -
Uses of WebDriver.Options in org.openqa.selenium.support.decorators
Methods in org.openqa.selenium.support.decorators that return types with arguments of type WebDriver.OptionsMethods in org.openqa.selenium.support.decorators with parameters of type WebDriver.Options -
Uses of WebDriver.Options in org.openqa.selenium.support.events
Methods in org.openqa.selenium.support.events with parameters of type WebDriver.OptionsModifier and TypeMethodDescriptiondefault void
WebDriverListener.afterAddCookie
(WebDriver.Options options, Cookie cookie) This action will be performed each time afteraddCookie(Cookie)
default void
WebDriverListener.afterAnyOptionsCall
(WebDriver.Options options, Method method, Object[] args, Object result) default void
WebDriverListener.afterDeleteAllCookies
(WebDriver.Options options) This action will be performed each time afterdeleteAllCookies()
default void
WebDriverListener.afterDeleteCookie
(WebDriver.Options options, Cookie cookie) This action will be performed each time afterdeleteCookie(Cookie)
default void
WebDriverListener.afterDeleteCookieNamed
(WebDriver.Options options, String name) This action will be performed each time afterdeleteCookieNamed(String)
default void
WebDriverListener.afterGetCookieNamed
(WebDriver.Options options, String name, Cookie result) This action will be performed each time aftergetCookieNamed(String)
default void
WebDriverListener.afterGetCookies
(WebDriver.Options options, Set<Cookie> result) This action will be performed each time aftergetCookies()
default void
WebDriverListener.beforeAddCookie
(WebDriver.Options options, Cookie cookie) This action will be performed each time beforeaddCookie(Cookie)
default void
WebDriverListener.beforeAnyOptionsCall
(WebDriver.Options options, Method method, Object[] args) default void
WebDriverListener.beforeDeleteAllCookies
(WebDriver.Options options) This action will be performed each time beforedeleteAllCookies()
default void
WebDriverListener.beforeDeleteCookie
(WebDriver.Options options, Cookie cookie) This action will be performed each time beforedeleteCookie(Cookie)
default void
WebDriverListener.beforeDeleteCookieNamed
(WebDriver.Options options, String name) This action will be performed each time beforedeleteCookieNamed(String)
default void
WebDriverListener.beforeGetCookieNamed
(WebDriver.Options options, String name) This action will be performed each time beforegetCookieNamed(String)
default void
WebDriverListener.beforeGetCookies
(WebDriver.Options options) This action will be performed each time beforegetCookies()