W3C WebDriver document Section: 16. 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.