consider i am having two pages, first page -Login page and second Page -welcome page. If i provide the user credential in the login page, then it will be redirected into the welcome page.
I need to verify the page title in both the pages. so, i have used driver.getTitle(); after the page navigation steps. But, it is displaying the first page title and second page tile is not displaying
Thanks Subbu