-
-
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
[py]: add firefox context example for python #2050
Conversation
👷 Deploy request for selenium-dev pending review.Visit the deploys page to approve it
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @navin772 !
The safari stable tests are failing due to an issue in selenium - SeleniumHQ/selenium#14698 |
add firefox python context example 88c7b5c
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
Firefox context example for python
Types of changes
Checklist
PR Type
Tests, Documentation
Description
test_set_context
in the Python test suite for Firefox, which demonstrates context switching to Chrome and back to content.Changes walkthrough 📝
test_firefox.py
Add Firefox context switching test in Python
examples/python/tests/browsers/test_firefox.py
test_set_context
for Firefox.context
method to switch to Chrome context.firefox.en.md
Update Python code block reference in English docs
website_and_docs/content/documentation/webdriver/browsers/firefox.en.md
firefox.ja.md
Update Python code block reference in Japanese docs
website_and_docs/content/documentation/webdriver/browsers/firefox.ja.md
firefox.pt-br.md
Update Python code block reference in Portuguese docs
website_and_docs/content/documentation/webdriver/browsers/firefox.pt-br.md
firefox.zh-cn.md
Update Python code block reference in Chinese docs
website_and_docs/content/documentation/webdriver/browsers/firefox.zh-cn.md