mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
parent
78e9d5c422
commit
c5511ecb81
@ -1569,6 +1569,10 @@ Toggles ignoring cache for each request based on the enabled state. By default,
|
||||
- `sameSite` <[string]> `"Strict"` or `"Lax"`.
|
||||
- returns: <[Promise]>
|
||||
|
||||
```js
|
||||
await page.setCookie(cookieObject1, cookieObject2);
|
||||
```
|
||||
|
||||
#### page.setDefaultNavigationTimeout(timeout)
|
||||
- `timeout` <[number]> Maximum navigation time in milliseconds
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user