Open multiple windows

  1. Click on the home button
  2. Goto the newly opened tab
  3. Print the title of the page
  4. Close the parent window
  5. Close the child window
  6. Click on the Multiple windows button
  7. Print all the window titles
  8. Close all the windows

Insight

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

  1. Window Handling concept
  2. close()
  3. qauit()
  4. getTitle()
  5. Set - LinkedHashSet
  6. Iterator or loop

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