Switch between frames

You have to switch between frames using the following method :

driver.switchTo().frame()

Which of the following are the possible arguments that can be used to do the same?

A. Frame Index

B. Frame ID

C. Previous WebElement

Options

  1. A,B
  2. A,C
  3. B,C
  4. A,B,C

Related Posts