LucianoGanga / simple-headless-chrome

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

Example of getCookies and setCookie #85

Open hakmn opened 6 years ago

hakmn commented 6 years ago

I am facing issues in login to the website using cookies. I think there is insufficient documentation regarding getting and setting cookies. Can somebody give a simple example of getting cookies after inital log-in and setting them so that log-in doesn't need to be repeated .

Thanks, Ayush

ayushbits commented 6 years ago

@LucianoGanga , Can you help ?