Uses of Class
org.openqa.selenium.Cookie
Packages that use Cookie
Package
Description
- 
Uses of Cookie in org.openqa.seleniumMethods in org.openqa.selenium that return CookieModifier and TypeMethodDescriptionCookie.Builder.build()@Nullable CookieWebDriver.Options.getCookieNamed(String name) Get a cookie with a given name.Methods in org.openqa.selenium that return types with arguments of type CookieModifier and TypeMethodDescriptionWebDriver.Options.getCookies()Get all the cookies for the current domain.Methods in org.openqa.selenium with parameters of type CookieModifier and TypeMethodDescriptionvoidAdd a specific cookie.voidWebDriver.Options.deleteCookie(Cookie cookie) Delete a cookie from the browser's "cookie jar".
- 
Uses of Cookie in org.openqa.selenium.remoteMethods in org.openqa.selenium.remote that return CookieModifier and TypeMethodDescriptionRemoteWebDriver.RemoteWebDriverOptions.getCookieNamed(String name) Methods in org.openqa.selenium.remote that return types with arguments of type CookieMethods in org.openqa.selenium.remote with parameters of type CookieModifier and TypeMethodDescriptionstatic CommandPayloadDriverCommand.ADD_COOKIE(Cookie cookie) voidvoidRemoteWebDriver.RemoteWebDriverOptions.deleteCookie(Cookie cookie) 
- 
Uses of Cookie in org.openqa.selenium.support.eventsMethods in org.openqa.selenium.support.events with parameters of type CookieModifier and TypeMethodDescriptiondefault voidWebDriverListener.afterAddCookie(WebDriver.Options options, Cookie cookie) This action will be performed each time afterWebDriver.Options.addCookie(Cookie)default voidWebDriverListener.afterDeleteCookie(WebDriver.Options options, Cookie cookie) This action will be performed each time afterWebDriver.Options.deleteCookie(Cookie)default voidWebDriverListener.afterGetCookieNamed(WebDriver.Options options, String name, Cookie result) This action will be performed each time afterWebDriver.Options.getCookieNamed(String)default voidWebDriverListener.beforeAddCookie(WebDriver.Options options, Cookie cookie) This action will be performed each time beforeWebDriver.Options.addCookie(Cookie)default voidWebDriverListener.beforeDeleteCookie(WebDriver.Options options, Cookie cookie) This action will be performed each time beforeWebDriver.Options.deleteCookie(Cookie)Method parameters in org.openqa.selenium.support.events with type arguments of type CookieModifier and TypeMethodDescriptiondefault voidWebDriverListener.afterGetCookies(WebDriver.Options options, Set<Cookie> result) This action will be performed each time afterWebDriver.Options.getCookies()