-
-
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
Added CSharp Example to Selenium Manager #1967
base: trunk
Are you sure you want to change the base?
Added CSharp Example to Selenium Manager #1967
Conversation
👷 Deploy request for selenium-dev pending review.Visit the deploys page to approve it
|
PR Reviewer Guide 🔍
|
PR 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.
LGTM.
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.
We should propagate good patterns in examples. Particularly here we should Dispose()
allocated object.
@nvborisenko I believe this is correct now - but I haven't used the using pattern in C# before. |
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.
Thanks, we are closer to correct example.
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.
Code example looks great, a small adjustment on the doc files themselves
Co-authored-by: Nikolay Borisenko <[email protected]>
Co-authored-by: Nikolay Borisenko <[email protected]>
@nvborisenko Is this example good? I'll need to update the referenced lines in the code examples for each translation before I can push |
Co-authored-by: Nikolay Borisenko <[email protected]>
C# example looks good, thank you. Don't forget to update line numbers (I think it will be one code block). |
using Microsoft.VisualStudio.TestTools.UnitTesting; | ||
using OpenQA.Selenium.Chrome; | ||
|
||
namespace SeleniumDocs.SeleniumManager |
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.
SeleniumManager
is clashing with the type of the same name in selenium
namespace SeleniumDocs.SeleniumManager | |
namespace SeleniumDocs.SeleniumManagerTest |
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.
(the name I put is just a suggestion)
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.
It is not a problem.
User description
Added CSharp Example to Selenium Manager section
Description
created TestUsage.cs
Added example scripts to index.md for all translations
Motivation and Context
Make site more comprehensive
Types of changes
Checklist
PR Type
Documentation, Enhancement
Description
UsageTest.cs
demonstrating the usage of Selenium Manager.Changes walkthrough 📝
UsageTest.cs
Add C# Selenium Manager usage example
examples/dotnet/SeleniumDocs/SeleniumManager/UsageTest.cs
UsageTest
.TestWithoutSeleniumManager
method.TestWithSeleniumManager
method.selenium_manager.en.md
Update English documentation with C# examples
website_and_docs/content/documentation/selenium_manager.en.md
selenium_manager.ja.md
Update Japanese documentation with C# examples
website_and_docs/content/documentation/selenium_manager.ja.md
selenium_manager.pt-br.md
Update Portuguese documentation with C# examples
website_and_docs/content/documentation/selenium_manager.pt-br.md
selenium_manager.zh-cn.md
Update Chinese documentation with C# examples
website_and_docs/content/documentation/selenium_manager.zh-cn.md