-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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)
- Copy walkthrough table to "Files Changed" Tab
PR Review 🔍
2, because the PR involves a moderate amount of new code primarily focused on adding new test methods and updating documentation. The changes are straightforward and localized to specific files, making the review process less complex.
Yes
Possible Bug: The assertion Assert.AreEqual(isChecked, false); in the TestInteractionCommands method assumes the checkbox is initially unchecked. If the default state changes or varies, this test could fail. Consider adding a setup step to ensure the checkbox state.
Code Quality: The repeated pattern of finding an element, performing an action, and then verifying could be refactored into helper methods to improve code readability and reusability.
No
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 <12621691+harsha509@users.noreply.github.com> b262a15
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
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
TestInteractionCommandsinInteractionTest.csto demonstrate various web element interactions usingChromeDriver.Changes walkthrough 📝
InteractionTest.cs
Add comprehensive interaction tests for web elementsexamples/dotnet/SeleniumDocs/Elements/InteractionTest.cs
TestInteractionCommandsfor variousinteractions like click, send keys, and clear.
ChromeDriverfor browser operations.interactions.en.md
Update English documentation with new CSharp code exampleswebsite_and_docs/content/documentation/webdriver/elements/interactions.en.md
interactions.ja.md
Update Japanese documentation with new CSharp code exampleswebsite_and_docs/content/documentation/webdriver/elements/interactions.ja.md
interactions.pt-br.md
Update Portuguese documentation with new CSharp code exampleswebsite_and_docs/content/documentation/webdriver/elements/interactions.pt-br.md
interactions.zh-cn.md
Update Chinese documentation with new CSharp code exampleswebsite_and_docs/content/documentation/webdriver/elements/interactions.zh-cn.md