-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Added Cs Print Options Examples #1993
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 Cs Print Options Examples #1993
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 #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 !
User description
Added PrintOptions Examples for C#
Description
added PrintOptionsExamples.cs
updates printoptions.mds
Motivation and Context
make documentation more comprehensive
Types of changes
Checklist
PR Type
Documentation, Tests
Description
PrintOptions
demonstrating various functionalities such as orientation, page range, size, backgrounds, margins, scale, and shrink-to-fit.Changes walkthrough 📝
PrintOptionsTest.cs
Add C# examples for PrintOptions usage in tests
examples/dotnet/SeleniumDocs/Interactions/PrintOptionsTest.cs
PrintOptionsTest
with multiple test methods.PrintOptions
for orientation, page range, size,backgrounds, margins, scale, and shrink-to-fit.
ChromeDriver
to navigate to the Selenium website.print_page.en.md
Update C# and Java code references in documentation
website_and_docs/content/documentation/webdriver/interactions/print_page.en.md
print_page.ja.md
Update C# and Java code references in Japanese documentation
website_and_docs/content/documentation/webdriver/interactions/print_page.ja.md
print_page.pt-br.md
Update C# and Java code references in Portuguese documentation
website_and_docs/content/documentation/webdriver/interactions/print_page.pt-br.md
print_page.zh-cn.md
Update C# and Java code references in Chinese documentation
website_and_docs/content/documentation/webdriver/interactions/print_page.zh-cn.md