LucianoGanga / simple-headless-chrome

Simple abstraction to use Chrome as a Headless Browser with Node JS
MIT License
217 stars 50 forks source link

Add complete setCookie options #57

Closed lewisf closed 7 years ago

lewisf commented 7 years ago

All the options are here: https://chromedevtools.github.io/devtools-protocol/tot/Network/#method-setCookie

LucianoGanga commented 7 years ago

Thanks @lewisf ! I fixed some parts because there were some undefined variables, but it's available in v4.3.4.

Cheers! Lucho