-
-
Couldn't load subscription status.
- Fork 1.5k
[py]: Add firefox python full page screenshot example #2048
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
👷 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:
|
|
The safari stable tests are failing due to an issue in selenium - SeleniumHQ/selenium#14698 which should be fixed once a minor release is done |
…site] * Add firefox python full page screenshot example * update line number for tests 221798f
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
In Firefox, full page screenshots can be taken using the
save_full_page_screenshotfunctionTypes of changes
Checklist
PR Type
Tests, Documentation
Description
save_full_page_screenshotmethod.Changes walkthrough 📝
test_firefox.py
Add test for full page screenshot in Firefoxexamples/python/tests/browsers/test_firefox.py
save_full_page_screenshotmethod.driver.quit().firefox.en.md
Update Python example link for full page screenshotwebsite_and_docs/content/documentation/webdriver/browsers/firefox.en.md
firefox.ja.md
Update Python example link for full page screenshot in Japanese docswebsite_and_docs/content/documentation/webdriver/browsers/firefox.ja.md
firefox.pt-br.md
Update Python example link for full page screenshot in Portuguese docswebsite_and_docs/content/documentation/webdriver/browsers/firefox.pt-br.md
firefox.zh-cn.md
Update Python example link for full page screenshot in Chinese docswebsite_and_docs/content/documentation/webdriver/browsers/firefox.zh-cn.md