restore BiDi constructor without timeout parameter#17014
restore BiDi constructor without timeout parameter#17014asolntsev merged 1 commit intoSeleniumHQ:trunkfrom
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