[py] Fix default command_executor URL in RemoteWebDriver docstring - #17803
Merged
cgoldberg merged 2 commits intoJul 21, 2026
Conversation
…cstring The docstring stated the command_executor default as 'http://127.0.0.1:4444/wd/hub', but the actual default is 'http://127.0.0.1:4444' (no '/wd/hub' suffix). Correct the docstring to match the code.
Contributor
PR Summary by QodoFix RemoteWebDriver docstring default command_executor URL
AI Description
High-Level Assessment
Files changed (1)
|
Contributor
Code Review by Qodo🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)
Great, no issues found!Qodo reviewed your code and found no material issues that require reviewPrevious review resultsReview updated until commit 60065e1 Results up to commit 3af5533
|
Contributor
|
Code review by qodo was updated up to the latest commit 60065e1 |
cgoldberg
approved these changes
Jul 20, 2026
Member
There was a problem hiding this comment.
👍 LGTM, thanks!
@vtvipul Can you sign the CLA? #17803 (comment)
Contributor
Author
@cgoldberg Thanks for the review; I signed the CLA. |
This was referenced Aug 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
💥 What does this PR do?
The docstring stated the command_executor default as
http://127.0.0.1:4444/wd/hub, but the actual default ishttp://127.0.0.1:4444(no/wd/hubsuffix). This PR corrects the docstring to match the code.🔧 Implementation Notes
🤖 AI assistance
🔄 Types of changes