-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Fix flaky test in examples python #2042
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 <nguyenducviet4496@gmail.com>
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 🧐(Checks updated until commit 3b1f808)
✨ 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 |
Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>
* Add examples for http_client java and python * Updated for other languages * Fix flaky test in examples python (#2042) [deploy site] --------- Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>
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
Added lines of code. And updated code-blocks in docs also
Motivation and Context
Types of changes
Checklist
PR Type
Bug fix, Tests, Documentation
Description
WebDriverWaitandexpected_conditions.Changes walkthrough 📝
2 files
test_mouse.py
Improve stability and formatting of mouse action testsexamples/python/tests/actions_api/test_mouse.py
pytestimport.WebDriverWaitandexpected_conditionsimports.WebDriverWait.ActionChainsmethod chaining.test_script.py
Enhance test stability with explicit waitsexamples/python/tests/bidi/cdp/test_script.py
WebDriverWaitandexpected_conditionsimports.8 files
mouse.en.md
Update Python code block references in documentationwebsite_and_docs/content/documentation/webdriver/actions_api/mouse.en.md
mouse.ja.md
Update Python code block references in Japanese documentationwebsite_and_docs/content/documentation/webdriver/actions_api/mouse.ja.md
mouse.pt-br.md
Update Python code block references in Portuguese documentationwebsite_and_docs/content/documentation/webdriver/actions_api/mouse.pt-br.md
mouse.zh-cn.md
Update Python code block references in Chinese documentationwebsite_and_docs/content/documentation/webdriver/actions_api/mouse.zh-cn.md
script.en.md
Update Python code block references in BiDi script documentationwebsite_and_docs/content/documentation/webdriver/bidi/cdp/script.en.md
script.ja.md
Update Python code block references in Japanese BiDi scriptdocumentationwebsite_and_docs/content/documentation/webdriver/bidi/cdp/script.ja.md
script.pt-br.md
Update Python code block references in Portuguese BiDi scriptdocumentationwebsite_and_docs/content/documentation/webdriver/bidi/cdp/script.pt-br.md
script.zh-cn.md
Update Python code block references in Chinese BiDi scriptdocumentationwebsite_and_docs/content/documentation/webdriver/bidi/cdp/script.zh-cn.md