Returns cookie for the specific domain and path
Returns cookies for the specific domain and path
Optional
path: stringOptional
allowSpecialUseDomain: booleanReturns all browser cookies. Depending on the backend support, will return detailed cookie
information in the cookies
field.
If options.getAllCookiesUrls
set will return cookies only for those specific urls
Sets a cookie with the given cookie data; may overwrite equivalent cookies if they exist.
Sets a cookies with the given cookies; may overwrite equivalent cookies if they exist.
Clears browser cookies.
Deletes browser cookies with matching name, domain and path.
Deletes browser cookies with matching domain and path.
Updates a cookie; in reality almost an alias for .putCookies
PuppeteerToughCookieStore