-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
add csharpwindowscommands #1774
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
add csharpwindowscommands #1774
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.
Thank you @pallavigitwork !
* add csharpwindowscommands * Update WindowsTest.cs --------- Co-authored-by: Sri Harsha <[email protected]> db69292
Thank you Harsha! @harsha509 |
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
added example file and code lines for the windows csharp code
Motivation and Context
example code was missing. to improve documentation
Types of changes
Checklist
PR Type
Documentation, Enhancement
Description
WindowsTest.cs
to demonstrate window handling in Selenium.Changes walkthrough 📝
WindowsTest.cs
Add C# example for window handling in Selenium
examples/dotnet/SeleniumDocs/Interactions/WindowsTest.cs
TestWindowCommands
to demonstrate windowhandling in Selenium.
them, and closing them.
windows.en.md
Update English documentation for C# window handling
website_and_docs/content/documentation/webdriver/interactions/windows.en.md
WindowsTest.cs
.windows.ja.md
Update Japanese documentation for C# window handling
website_and_docs/content/documentation/webdriver/interactions/windows.ja.md
WindowsTest.cs
.windows.pt-br.md
Update Portuguese documentation for C# window handling
website_and_docs/content/documentation/webdriver/interactions/windows.pt-br.md
WindowsTest.cs
.windows.zh-cn.md
Update Chinese documentation for C# window handling
website_and_docs/content/documentation/webdriver/interactions/windows.zh-cn.md
WindowsTest.cs
.