-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Added PrintOptions to Documentation #1987
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:
|
@harsha1502 this should cover #1941 and be a fun hacktober contribution |
website_and_docs/content/documentation/webdriver/interactions/print_page.en.md
Outdated
Show resolved
Hide resolved
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 !
* Added PrintOptions to Documentation * Made intro more technical * Update print_page.ja.md * Update print_page.pt-br.md * Update print_page.zh-cn.md --------- Co-authored-by: Sri Harsha <12621691+harsha509@users.noreply.github.com> 272186a
User description
Added section on PrintOptions to documentation
Description
added English, Portuguese, Chinese, and Japanese translations of Interactions/PrintOptions webpage
added executable examples for methods
Motivation and Context
Make selenium documentation more comprehensive
Types of changes
Checklist
PR Type
Documentation, Tests
Description
PrintOptions
class in multiple languages: English, Japanese, Portuguese, and Chinese.PrintOptions
class.Changes walkthrough 📝
PrintOptionsTest.java
Add test cases for PrintOptions functionality
examples/java/src/test/java/dev/selenium/interactions/PrintOptionsTest.java
PrintOptions
class.background, and shrink-to-fit.
print_page.en.md
Add English documentation for PrintOptions class
website_and_docs/content/documentation/webdriver/interactions/print_page.en.md
PrintOptions
class in English.background, and shrink-to-fit.
print_page.ja.md
Add Japanese documentation for PrintOptions class
website_and_docs/content/documentation/webdriver/interactions/print_page.ja.md
PrintOptions
class.print_page.pt-br.md
Add Portuguese documentation for PrintOptions class
website_and_docs/content/documentation/webdriver/interactions/print_page.pt-br.md
PrintOptions
class.print_page.zh-cn.md
Add Chinese documentation for PrintOptions class
website_and_docs/content/documentation/webdriver/interactions/print_page.zh-cn.md
PrintOptions
class.