-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 alert code #2089
base: trunk
Are you sure you want to change the base?
added csharp alert code #2089
Conversation
👷 Deploy request for selenium-dev pending review.Visit the deploys page to approve it
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
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 alert code
Motivation and Context
code was missing
Types of changes
Checklist
PR Type
enhancement, documentation
Description
AlertsTest
to handle different types of alerts including simple, confirm, and prompt alerts.Changes walkthrough 📝
AlertsTest.cs
Add C# test for handling alert interactions
examples/dotnet/SeleniumDocs/Interactions/AlertsTest.cs
AlertsTest
for handling alerts.IJavaScriptExecutor
andWebDriverWait
for alert interactions.driver.Quit()
.alerts.en.md
Update C# alert documentation with new examples
website_and_docs/content/documentation/webdriver/interactions/alerts.en.md
alerts.ja.md
Update Japanese C# alert documentation with new examples
website_and_docs/content/documentation/webdriver/interactions/alerts.ja.md
alerts.pt-br.md
Update Portuguese C# alert documentation with new examples
website_and_docs/content/documentation/webdriver/interactions/alerts.pt-br.md
alerts.zh-cn.md
Update Chinese C# alert documentation with new examples
website_and_docs/content/documentation/webdriver/interactions/alerts.zh-cn.md