Uses of Class
org.openqa.selenium.Cookie
Packages that use Cookie
-
Uses of Cookie in org.openqa.selenium
Methods in org.openqa.selenium that return CookieModifier and TypeMethodDescriptionCookie.Builder.build()
@Nullable Cookie
WebDriver.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 TypeMethodDescriptionvoid
Add a specific cookie.void
WebDriver.Options.deleteCookie
(Cookie cookie) Delete a cookie from the browser's "cookie jar".