-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Add: Same site cookie feature in python bindings #8114
Add: Same site cookie feature in python bindings #8114
Conversation
There are failures in the build that doesn't relate to the feature implemented. I can see my tests are passing in https://travis-ci.com/github/SeleniumHQ/selenium/jobs/298568890 Regards, |
hi @AutomatedTester , Thanks for reviewing the PR. I have a request here, as this feature is currently available in chrome only (and still in progress in FF),is there any way that we can exclude tests in Thanks, |
importing webdriver exception
Hi @AutomatedTester , Apologies again. updated code with missing import |
Description
Adding sameSite Cookie feature to python bindings
Types of changes
Checklist