Interview Questions

Selenium WebDriver - How to get the title of the page ?

Selenium WebDriver Interview question and Answers


(Continued from previous question...)

Selenium WebDriver - How to get the title of the page ?

Use getTitle() method.
Syntax- driver.getTitle();
1

Syntax- driver.getTitle();

(Continued on next question...)

Other Interview Questions