-
-
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
Fix flaky test in examples python #2042
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 🧐(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 <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]> 2ce6752
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
WebDriverWait
andexpected_conditions
.Changes walkthrough 📝
2 files
test_mouse.py
Improve stability and formatting of mouse action tests
examples/python/tests/actions_api/test_mouse.py
pytest
import.WebDriverWait
andexpected_conditions
imports.WebDriverWait
.ActionChains
method chaining.test_script.py
Enhance test stability with explicit waits
examples/python/tests/bidi/cdp/test_script.py
WebDriverWait
andexpected_conditions
imports.8 files
mouse.en.md
Update Python code block references in documentation
website_and_docs/content/documentation/webdriver/actions_api/mouse.en.md
mouse.ja.md
Update Python code block references in Japanese documentation
website_and_docs/content/documentation/webdriver/actions_api/mouse.ja.md
mouse.pt-br.md
Update Python code block references in Portuguese documentation
website_and_docs/content/documentation/webdriver/actions_api/mouse.pt-br.md
mouse.zh-cn.md
Update Python code block references in Chinese documentation
website_and_docs/content/documentation/webdriver/actions_api/mouse.zh-cn.md
script.en.md
Update Python code block references in BiDi script documentation
website_and_docs/content/documentation/webdriver/bidi/cdp/script.en.md
script.ja.md
Update Python code block references in Japanese BiDi script
documentation
website_and_docs/content/documentation/webdriver/bidi/cdp/script.ja.md
script.pt-br.md
Update Python code block references in Portuguese BiDi script
documentation
website_and_docs/content/documentation/webdriver/bidi/cdp/script.pt-br.md
script.zh-cn.md
Update Python code block references in Chinese BiDi script
documentation
website_and_docs/content/documentation/webdriver/bidi/cdp/script.zh-cn.md