Selenium Java - Page Object Model
You have a test class that uses two page objects:
LoginPage and DashboardPage. After a successful login, you want to verify the dashboard title. Which of the following correctly demonstrates consuming these page objects in the test class?