Interview Questions

Selenium WebdDriver - Explain how you can switch between frames?

Selenium WebDriver Interview question and Answers


(Continued from previous question...)

Selenium WebdDriver - Explain how you can switch between frames?

To switch between frames webdrivers [ driver.switchTo().frame() ] method takes one of the three possible arguments
A number: It selects the number by its (zero-based) index
A number or ID: Select a frame by its name or ID
Previously found WebElement: Using its previously located WebElement select a frame

(Continued on next question...)

Other Interview Questions