Selenium getTitle() method to get title of page
Selenium get title using getTitle() method If you view source of page, You will find title of the page inside <title> and </title> tags. Selenium getTitle() method is useful to get the title of the page. You can verify or assert that title in selenium test case to check if targeted page is open or … Read more