Enter todays date:

Enter your Birthday:

Insight

On completion of this exercise, you can learn the following concepts:

  1. sendKeys()
  2. SelectElement Class
  3. selectByIndex()
  4. selectByVisibleText()
  5. selectByValue()

Introduction

There are 3 types of alert such as - Simple alert, Prompt alert, and confitmation alert. To automate the alert selenium provoide switchTo() method which changes focus of selenium webdriver to alert.

To handle them we are having different methods in selenium such as -

  1. accept,
  2. dismiss,
  3. sendKeys,
  4. getText,
  5. wait.
  6. switchTo

📄 Also Read: Top 10 Best Automation Practice Website