Interview Questions

Selenium WebDriver - How to switch back from a frame ?

Selenium WebDriver Interview question and Answers


(Continued from previous question...)

Selenium WebDriver - How to switch back from a frame ?

use method defaultContent().
Syntax – driver.switchTo().defaultContent();
1

Syntax – driver.switchTo().defaultContent();

(Continued on next question...)

Other Interview Questions