-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Correct Webdriver HTTP Client in Python examples #2045
Conversation
Signed-off-by: Viet Nguyen Duc <[email protected]>
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
✅ Deploy Preview for selenium-dev ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
CI Failure Feedback 🧐
✨ CI feedback usage guide:The CI feedback tool (
In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:
where Configuration options
See more information about the |
[deploy site] Signed-off-by: Viet Nguyen Duc <[email protected]> 41b6d6b
User description
Thanks for contributing to the Selenium site and documentation!
A PR well described will help maintainers to review and merge it quickly
Before submitting your PR, please check our contributing guidelines.
Avoid large PRs, and help reviewers by making them as simple and short as possible.
Description
Motivation and Context
Types of changes
Checklist
PR Type
tests
Description
@pytest.mark.sanity
decorator from the test functionstest_start_remote_with_client_config
andtest_start_remote_ignore_certs
, which may have been used for categorizing tests.init_args_for_pool_manager
dictionary in thetest_start_remote_with_client_config
function to ensure proper initialization of retries and timeout parameters.Changes walkthrough 📝
test_http_client.py
Update test configuration and remove sanity mark
examples/python/tests/drivers/test_http_client.py
@pytest.mark.sanity
decorator from tests.init_args_for_pool_manager
.