mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
defda0905f
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
263 B
263 B
Cookies
Puppeteer allows modifying cookies for a page ahead of time by using Page.setCookie(). You can also read the cookies set for a page using Page.cookies().