instaclick / php-webdriver

W3C and Selenium 2 webdriver "thin client" for php 5.3+ and namespaces.
Other
436 stars 62 forks source link

Existing cookie value remains if not to do #100

Closed superromeo closed 4 years ago

superromeo commented 4 years ago

If I try to replace existing cookie value with new one via setCookie() it doesn't work. Old value rest. But if I do deleteCookie() before - all works.

My version: 1.4.6

robocoder commented 4 years ago

Sorry. This is a feature of the browser's WebDriver and can't be fixed at the protocol level.