tebeka / selenium

Selenium/Webdriver client for Go
MIT License
2.51k stars 410 forks source link

fix: allow ommiting fields when adding cookie #283

Open thebinary opened 2 years ago

thebinary commented 2 years ago

The webdrivers should be allowed to decide the defaults values if these fields are ommitted in the JSON request, rather than forcefully sending default values for these fields.

fixes: #282