Uses of Interface
org.openqa.selenium.WebDriver.Options
Package
Description
-
Uses of WebDriver.Options in org.openqa.selenium
-
Uses of WebDriver.Options in org.openqa.selenium.remote
-
Uses of WebDriver.Options in org.openqa.selenium.support.decorators
-
Uses of WebDriver.Options in org.openqa.selenium.support.events
Modifier 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()