-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Add Python Examples for PrintOptions #1994
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
Add Python Examples for PrintOptions #1994
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 @shbenzer !
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.
HI @shbenzer,
Tests are failing in the CI. Could you please take a look when you get a chance?
Thanks,
Sri
@harsha509 I accidentally created a conflict - use #2000 instead. |
User description
Added python examples for PrintOptions
Description
added test_print_options.py
Added python examples
updated badge codes for other languages (missing example to implementation missing)
Motivation and Context
code examples
Issue #1941
Types of changes
Checklist
PR Type
Tests, Documentation
Description
PrintOptions
class, covering orientation, page range, size, margin, scale, background, and shrink-to-fit settings.PrintOptions
.Changes walkthrough 📝
test_print_options.py
Add Python tests for Selenium PrintOptions
examples/python/tests/interactions/test_print_options.py
PrintOptions
settings.shrink-to-fit options.
print_page.en.md
Update Python documentation for PrintOptions examples
website_and_docs/content/documentation/webdriver/interactions/print_page.en.md
print_page.ja.md
Update Japanese documentation for PrintOptions examples
website_and_docs/content/documentation/webdriver/interactions/print_page.ja.md
print_page.pt-br.md
Update Portuguese documentation for PrintOptions examples
website_and_docs/content/documentation/webdriver/interactions/print_page.pt-br.md
print_page.zh-cn.md
Update Chinese documentation for PrintOptions examples
website_and_docs/content/documentation/webdriver/interactions/print_page.zh-cn.md