Select the apple using visible text

Select your super hero's

Select the last programming language and print all the options

Select India using value & print the selected value

Insight

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

  1. SelectElement Class
  2. selectByVisibleText()
  3. selectByIndex()
  4. selectByValue()
  5. sendKeys()
  6. getOptions()
  7. isMultiple()
  8. getFirstSelectedOption()
  9. How to select mutiple values

Introduction

There are 3 types of alert such as - Simple alert, Prompt alert, and confitmation alert.

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

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

📄 Also Read: Selenium Commands every Developer or Tester must know