-
-
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
[🚀 Feature]: Add Documentation for PrintOptions #1941
Comments
@shbenzer, thank you for creating this issue. We will troubleshoot it as soon as we can. Info for maintainersTriage this issue by using labels.
If information is missing, add a helpful comment and then
If the issue is a question, add the
If the issue is valid but there is no time to troubleshoot it, consider adding the
After troubleshooting the issue, please add the Thank you! |
@harsha509 do you think this should be added to it's own sub-section in the documentation under WebDriver? |
or we could add a section on "Augmenting the Webdriver" where we also add documentation for classes like WebStorage, Augmenter, etc. |
Hi @shbenzer , How about adding new section under Browser interactions named "Print Page" |
That works! |
Closed with #1987 |
Going to add examples for Python and C# before closing since it's implemented in those languages as well as java. Then put PrintOptions in one section, then actually Printing in another |
Can now be closed - other languages are missing implementations. With completion of implementations in other languages, the badge codes should be sufficient |
Feature and motivation
From what I've seen, the documentation and use cases for Selenium's PrintOptions class is rather limited. I think the community would benefit from the team expanding on this.
https://www.selenium.dev/selenium/docs/api/java/org/openqa/selenium/print/PrintOptions.html
The text was updated successfully, but these errors were encountered: