[py] remove deprecated parameter from EdgeService#14563
[py] remove deprecated parameter from EdgeService#14563harsha509 merged 2 commits intoSeleniumHQ:trunkfrom
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
[py] remove deprecated parameter in EdgeService Co-authored-by: Sri Harsha <12621691+harsha509@users.noreply.github.com>
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
Remove
verboseparameter fromEdgeServicedocumentation becauseverboseis no longer a parameterMotivation and Context
It solves the redundant comment documentation which is there and confuses it was still meant to be there.
Types of changes
Checklist
PR Type
documentation
Description
verboseparameter from theEdgeServiceclass documentation to prevent confusion, as it is no longer a valid parameter.Changes walkthrough 📝
service.py
Remove deprecated `verbose` parameter from EdgeService documentationpy/selenium/webdriver/edge/service.py
verboseparameter from theEdgeServiceclassdocumentation.