-
-
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
Added Python Example to PrintPage Documentation #2009
Added Python Example to PrintPage Documentation #2009
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:
|
Part of issue #1941 |
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 @shbenzer !
Looks like that failure is from move_mouse_by_offset, not my code luckily lol |
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.
Code LGTM.
There is 1 failed check for this PR, but I don't see any affected code in this PR.
Co-authored-by: Sri Harsha <12621691+harsha509@users.noreply.github.com> 430587a
User description
Added python example to Printing in Print Options section
Description
added test_print_page.py
added code example to all translations of print_option.md
Motivation and Context
code example
hacktober
Types of changes
Checklist
PR Type
Documentation, Tests
Description
print_page()
functionality using Selenium.Changes walkthrough 📝
test_prints_page.py
Add Python test for print page functionality
examples/python/tests/interactions/test_prints_page.py
print_page.en.md
Update English documentation with Python print page example
website_and_docs/content/documentation/webdriver/interactions/print_page.en.md
print_page()
function.print_page.ja.md
Update Japanese documentation with Python print page example
website_and_docs/content/documentation/webdriver/interactions/print_page.ja.md
print_page()
function.print_page.pt-br.md
Update Portuguese documentation with Python print page example
website_and_docs/content/documentation/webdriver/interactions/print_page.pt-br.md
print_page()
function.print_page.zh-cn.md
Update Chinese documentation with Python print page example
website_and_docs/content/documentation/webdriver/interactions/print_page.zh-cn.md
print_page()
function.