-
-
Couldn't load subscription status.
- Fork 1.5k
Correct Webdriver HTTP Client in Python examples #2045
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
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.sanitydecorator from the test functionstest_start_remote_with_client_configandtest_start_remote_ignore_certs, which may have been used for categorizing tests.init_args_for_pool_managerdictionary in thetest_start_remote_with_client_configfunction to ensure proper initialization of retries and timeout parameters.Changes walkthrough 📝
test_http_client.py
Update test configuration and remove sanity markexamples/python/tests/drivers/test_http_client.py
@pytest.mark.sanitydecorator from tests.init_args_for_pool_manager.