-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[.net] Add example for logging to console #2172
base: trunk
Are you sure you want to change the base?
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:
|
@@ -29,7 +29,7 @@ Starting a Chrome session with basic defined options looks like this: | |||
{{< gh-codeblock path="/examples/python/tests/browsers/test_chrome.py#L9-L10" >}} | |||
{{% /tab %}} | |||
{{< tab header="CSharp" >}} | |||
{{< gh-codeblock path="/examples/dotnet/SeleniumDocs/Browsers/ChromeTest.cs#L30-L31" >}} | |||
{{< gh-codeblock path="/examples/dotnet/SeleniumDocs/Browsers/ChromeTest.cs#L31-L32" >}} |
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.
Due to the additional using
statement, each of these got shifted down one line
PR Code Suggestions ✨Explore these optional code suggestions:
|
The other code examples seem to refer to having the Let me know if this is the right mechanism to advertise to users and @nvborisenko if this is the right thing for users to do here |
@RenderMichael No, it is incorrect. Current behavior: when we start Now, when we have internal logging, it might be beneficial to catch all messages from |
User description
Thanks for contributing to the Selenium site and documentation!
A PR well described will help maintainers to review and merge it quickly
Before submitting your PR, please check our contributing guidelines.
Avoid large PRs, and help reviewers by making them as simple and short as possible.
Description
Motivation and Context
Types of changes
Checklist
PR Type
Enhancement, Documentation
Description
Added examples for logging browser actions to console in .NET tests.
Updated documentation references to include new logging examples.
Introduced
PrintOutputToConsole
test methods for Chrome, Edge, and Internet Explorer.Adjusted code block references in multilingual documentation to reflect new examples.
Changes walkthrough 📝
3 files
Added console logging example for Chrome browser tests
Added console logging example for Edge browser tests
Added console logging example for Internet Explorer browser tests
10 files
Updated English documentation for Chrome logging examples
Updated Japanese documentation for Chrome logging examples
Updated Portuguese documentation for Chrome logging examples
Updated Chinese documentation for Chrome logging examples
Updated English documentation for Edge logging examples
Updated Portuguese documentation for Edge logging examples
Updated English documentation for Internet Explorer logging examples
Updated Japanese documentation for Internet Explorer logging examples
Updated Portuguese documentation for Internet Explorer logging
examples
Updated Chinese documentation for Internet Explorer logging examples