Selenium Java - Page Object Model
You want to write a test class that uses two page objects:
HomePage and ProfilePage. You want to test the flow: login, navigate to profile, update info, and verify success message. Which approach best follows the test class consuming page objects pattern?