Interview Questions

Selenium WebdDriver - Explain how you can switch back from a frame?

Selenium WebDriver Interview question and Answers


(Continued from previous question...)

Selenium WebdDriver - Explain how you can switch back from a frame?

To switch back from a frame use method defaultContent()
Syntax-driver.switchTo().defaultContent();

(Continued on next question...)

Other Interview Questions