-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[java][js][rb][py][dotnet] Remove firefox cdp #15200
Conversation
…nium into remove-firefox-cdp
Related blog post: SeleniumHQ/seleniumhq.github.io#2159 |
Unable to reproduce the failing tests locally so not sure what is happening here. I do not think it is related to the changes made here. |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
User description
Thanks for contributing to Selenium!
A PR well described will help maintainers to quickly review and merge it
Before submitting your PR, please check our contributing guidelines.
Avoid large PRs, help reviewers by making them as simple and short as possible.
Motivation and Context
Related to #11736
Types of changes
Checklist
PR Type
Enhancement, Bug fix, Tests
Description
Removed Firefox CDP (Chrome DevTools Protocol) support across all bindings.
FirefoxDriver
implementations in Java, .NET, Python, Ruby, and JavaScript.Transitioned to WebDriver BiDi as the recommended protocol for Firefox.
Updated and removed tests related to Firefox CDP.
Changes walkthrough 📝
7 files
Removed Firefox CDP support and related capabilities
Removed CDP-related capability from Firefox options
Removed CDP support and related methods from .NET FirefoxDriver
Removed Firefox CDP support and added error for usage
Removed CDP support from Ruby FirefoxDriver
Removed Firefox CDP support and added error for usage
Removed CDP-related methods from Ruby type signatures
4 files
Removed Firefox-specific CDP test annotations
Removed Firefox from CDP-related tests
Removed Firefox-specific CDP tests
Removed Firefox-specific CDP warnings in tests
1 files
Removed Firefox from CDP test configurations