I am using Selenium WebDriver with Page object design pattern.
I am having an issue when control is going to the second page. On clicking on the login button, user is redirected to the second page where I have asked the code to check for page title but I am being returned page title of first page only.
So please help how to handle redirection in the Page object design pattern.