docs: add missing session cookie property to api.md (#1672)
The session value is returned from the protocol, but not accepted as a cookie parameter. Fixes #980.
This commit is contained in:
parent
02720e4f22
commit
bf3e0cca57
@ -594,6 +594,7 @@ Gets the full HTML contents of the page, including the doctype.
|
||||
- `expires` <[number]> Unix time in seconds.
|
||||
- `httpOnly` <[boolean]>
|
||||
- `secure` <[boolean]>
|
||||
- `session` <[boolean]>
|
||||
- `sameSite` <[string]> `"Strict"` or `"Lax"`.
|
||||
|
||||
If no URLs are specified, this method returns cookies for the current page URL.
|
||||
|
Loading…
Reference in New Issue
Block a user