-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
interactions of elements csharp code added in github #1728
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
interactions of elements csharp code added in github #1728
Conversation
👷 Deploy request for selenium-dev pending review.Visit the deploys page to approve it
|
PR Description updated to latest commit (58baaf7)
|
PR Review 🔍
|
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 !
…ite] Co-authored-by: Sri Harsha <[email protected]> b262a15
Thank you @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
interactions of elements csharp code added in github
Motivation and Context
code was not on github and current displayed wasn't correct
Types of changes
Checklist
PR Type
enhancement, documentation
Description
TestInteractionCommands
inInteractionTest.cs
to demonstrate various web element interactions usingChromeDriver
.Changes walkthrough 📝
InteractionTest.cs
Add comprehensive interaction tests for web elements
examples/dotnet/SeleniumDocs/Elements/InteractionTest.cs
TestInteractionCommands
for variousinteractions like click, send keys, and clear.
ChromeDriver
for browser operations.interactions.en.md
Update English documentation with new CSharp code examples
website_and_docs/content/documentation/webdriver/elements/interactions.en.md
interactions.ja.md
Update Japanese documentation with new CSharp code examples
website_and_docs/content/documentation/webdriver/elements/interactions.ja.md
interactions.pt-br.md
Update Portuguese documentation with new CSharp code examples
website_and_docs/content/documentation/webdriver/elements/interactions.pt-br.md
interactions.zh-cn.md
Update Chinese documentation with new CSharp code examples
website_and_docs/content/documentation/webdriver/elements/interactions.zh-cn.md