Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make org.openqa.selenium.Cookie serializable #129

Closed
wants to merge 1 commit into from

Conversation

eoff
Copy link

@eoff eoff commented Oct 27, 2013

Sometimes we need to store cookies in MongoDB so we need either Cookie to be serializable or to write some wrappers to perform this. As Cookie was not serializable this made us to write wrappers and use them every time we want to store cookie in MongoDB but this seems to be useless extra work so in this pull request i made Cookie serializable and wrote simple test to check, that cookie correctly serializes and deserializes.

@andreastt
Copy link
Member

@shs96c, I'm not familiar enough with Serializable. Can you have a look?

@artkoshelev
Copy link

any movement here?

@andreastt
Copy link
Member

Sorry it took so long, but thanks for the patch!

Rebased and integrated in 9936a72.

@andreastt andreastt closed this Apr 12, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants