Steveorevo / node-red-contrib-nbrowser

Provides a virtual web browser (a.k.a. "headless browser") appearing as a node.
34 stars 13 forks source link

How to get all cookies #18

Closed cyberindy closed 5 years ago

cyberindy commented 5 years ago

Is it possible to extract all the cookies at once if I don't know their namens? Nightmare seems to support this. Thanks a lot for your work!

Steveorevo commented 5 years ago

You should be able to do this via JavaScript (see link below); using nbrowser's evalJavaScript method to retrieve the output.

https://stackoverflow.com/questions/3400759/how-can-i-list-all-cookies-for-the-current-page-with-javascript