Mar 05
Selenium Interview Question 5 – How To Retrieve Title of a Webpage Without Using getTitle() Method
Verifying page title is basic step before proceeding for further validation. Generally we use getTitle() method which gives title of currently loaded page in browser. There is also an another way of retrieving title of a web page. Title of webpage is stored in “title” tag under “head” tag. We can locate “title” web element […]