Rasukarusan / shellnium

:dizzy: Selenium Webdriver for Bash (or Zsh).
https://shellnium-site.vercel.app
MIT License
173 stars 21 forks source link

Docs missing refernce for set_cookies and get_cookeis #16

Closed jakre1234 closed 1 year ago

jakre1234 commented 2 years ago

I have been trying to set_cookies but i can't any reference for the same in the docs. I have been trying with """ cookies_value='{"domain":"tester.com", "session":"zxvvdedadadda124"} set_cookies $cookies_value

""" Is this the correct way of doing it?

Rasukarusan commented 1 year ago

@jakre1234 Thanks your issue! Sorry I forgot to create documentation.

I add new cookies functions! please see this PR! And I create the document here. https://shellnium-site.vercel.app/doc#8-cookies

Thanks!