-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
restore BiDi constructor without timeout parameter #17014
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
restore BiDi constructor without timeout parameter #17014
Conversation
This constructor has been used in Appium (not anymore), and probably some other projects. Let it stay deprecated until Selenium 5.0
PR TypeEnhancement Description
|
| Relevant files | |||
|---|---|---|---|
| Enhancement |
|
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
|||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||
This constructor has been used in Appium (not anymore), and probably some other projects. Let it stay deprecated until Selenium 5.0
🔗 Related Issues
appium/java-client#2383
🔧 Implementation Notes
We will need to remove this constructor after few released. Maybe in Selenium 5.0
💡 Additional Considerations
In Appium, it's not needed anymore (after appium/java-client#2383 has been merged).
But just in case, let's keep this constructor for a while - probably it makes somebody's life easier.
🔄 Types of changes