-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
added java example code for alert #1977
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 java example code for alert #1977
Conversation
👷 Deploy request for selenium-dev pending review.Visit the deploys page to approve it
|
PR Reviewer Guide 🔍
|
PR Code Suggestions ✨Explore these optional 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 !
Thanks @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 java example code for alert
Motivation and Context
added java example code for alert
Types of changes
Checklist
PR Type
enhancement, documentation
Description
AlertsTest
to demonstrate handling of alerts, confirms, and prompts using Selenium WebDriver.Changes walkthrough 📝
AlertsTest.java
Add Java test examples for handling alerts
examples/java/src/test/java/dev/selenium/interactions/AlertsTest.java
AlertsTest
.WebDriver
,JavascriptExecutor
, andWebDriverWait
.alerts.en.md
Update Java alert examples in English documentation
website_and_docs/content/documentation/webdriver/interactions/alerts.en.md
alerts.ja.md
Update Java alert examples in Japanese documentation
website_and_docs/content/documentation/webdriver/interactions/alerts.ja.md
alerts.pt-br.md
Update Java alert examples in Portuguese documentation
website_and_docs/content/documentation/webdriver/interactions/alerts.pt-br.md
alerts.zh-cn.md
Update Java alert examples in Chinese documentation
website_and_docs/content/documentation/webdriver/interactions/alerts.zh-cn.md