Uses of Class
com.microsoft.playwright.options.Cookie
Packages that use Cookie
Package
Description
-
Uses of Cookie in com.microsoft.playwright
Methods in com.microsoft.playwright that return types with arguments of type CookieModifier and TypeMethodDescriptionBrowserContext.cookies()If no URLs are specified, this method returns all cookies.If no URLs are specified, this method returns all cookies.If no URLs are specified, this method returns all cookies.Method parameters in com.microsoft.playwright with type arguments of type CookieModifier and TypeMethodDescriptionvoidBrowserContext.addCookies(List<Cookie> cookies) Adds cookies into this browser context. -
Uses of Cookie in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl that return types with arguments of type CookieMethod parameters in com.microsoft.playwright.impl with type arguments of type Cookie -
Uses of Cookie in com.microsoft.playwright.options
Methods in com.microsoft.playwright.options that return CookieModifier and TypeMethodDescriptioneither url or domain / path are required Optional.Cookie.setExpires(double expires) Unix time in seconds.Cookie.setHttpOnly(boolean httpOnly) Optional.either url or domain / path are required Optional.Cookie.setSameSite(SameSiteAttribute sameSite) Optional.Cookie.setSecure(boolean secure) Optional.either url or domain / path are required.