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:
JoelEinbinder 2017-12-27 18:58:57 -08:00 committed by Andrey Lushnikov
parent 02720e4f22
commit bf3e0cca57

View File

@ -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.