Verify login page elements are initialized using PageFactory
Preconditions (2)
Step 1: Open browser and navigate to the login page URL
Step 2: Initialize the LoginPage class using PageFactory
Step 3: Verify that the username input field is displayed
Step 4: Verify that the password input field is displayed
Step 5: Verify that the login button is displayed
✅ Expected Result: All login page elements (username, password, login button) are properly initialized and visible on the page