[W3C WebDriver document](https://www.w3.org/TR/2018/REC-webdriver1-20180605/) [Section: 16. Cookies](https://www.w3.org/TR/2018/REC-webdriver1-20180605/#cookies) states that following fields can be ommitted while adding a cookie: - Path - Domain - Secure - HttpOnly - Max-Age And have some defaults values to be set if ommited while adding them. Current implementation of this package does not adhere to this recommendation.