[js] Close BiDi websocket connection#14507
Conversation
PR Reviewer Guide 🔍(Review updated until commit 243c068)
|
PR Code Suggestions ✨Latest suggestions up to 243c068
Previous suggestionsSuggestions up to commit 878dbab
Suggestions up to commit a37a727
|
|
Persistent review updated to latest commit 878dbab |
|
Persistent review updated to latest commit 243c068 |
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.
Description
Motivation and Context
Types of changes
Checklist
PR Type
enhancement
Description
this._wsConnectiontothis._cdpWsConnectionto improve clarity and consistency.getBidimethod to ensure the BiDi connection is initialized only once.this._cdpWsConnectionvariable.Changes walkthrough 📝
webdriver.js
Enhance websocket connection management and namingjavascript/node/selenium-webdriver/lib/webdriver.js
this._wsConnectiontothis._cdpWsConnectionfor clarity.