sourcegraph / go-selenium

Selenium WebDriver client for Go
https://sourcegraph.com/github.com/sourcegraph/go-selenium
Other
367 stars 73 forks source link

GetCookies fails to deserialize expiry when using chromedriver #15

Closed Bowbaq closed 9 years ago

Bowbaq commented 9 years ago

Fixes #14

I ended up conserving the existing API. I added expiry to the tests, and it works on Chrome now. I don't have firefox installed, so you might want to double check it didn't break there.

sqs commented 9 years ago

Thanks!