-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
added interaction csharp code #1958
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 interaction csharp code #1958
Conversation
👷 Deploy request for selenium-dev pending review.Visit the deploys page to approve it
|
PR Reviewer Guide 🔍
Possible Bug
The assertion for the URL might fail due to a trailing slash. The expected URL is "https://www.selenium.dev/" but the actual URL might be "https://www.selenium.dev" (without trailing slash).
Resource Management
The WebDriver instance is not properly disposed. Consider using a using statement or implementing IDisposable to ensure proper resource cleanup.
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 !
Thank you @harsha509 :)
Uh oh!
There was an error while loading. Please reload this page.
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 csharp code for interaction
Motivation and Context
code for csharp was put in example
Types of changes
Checklist
PR Type
enhancement, documentation
Description
InteractionsTestto demonstrate Selenium interactions.TestInteractionsfor navigation, title retrieval, and URL verification.Changes walkthrough 📝
InteractionsTest.cs
Add C# interaction test example for Seleniumexamples/dotnet/SeleniumDocs/Interactions/InteractionsTest.cs
InteractionsTest.TestInteractionsto interact with Selenium._index.en.md
Update C# interaction examples in English documentationwebsite_and_docs/content/documentation/webdriver/interactions/_index.en.md
_index.ja.md
Update C# interaction examples in Japanese documentationwebsite_and_docs/content/documentation/webdriver/interactions/_index.ja.md
_index.pt-br.md
Update C# interaction examples in Portuguese documentationwebsite_and_docs/content/documentation/webdriver/interactions/_index.pt-br.md
_index.zh-cn.md
Update C# interaction examples in Chinese documentationwebsite_and_docs/content/documentation/webdriver/interactions/_index.zh-cn.md