Verify login button is clickable using implicit wait
Preconditions (2)
Step 1: Open the browser and navigate to 'https://example.com/login'
Step 2: Set implicit wait to 10 seconds
Step 3: Locate the username input field and enter 'testuser'
Step 4: Locate the password input field and enter 'Test@1234'
Step 5: Locate the login button and click it
Step 6: Wait for the dashboard page to load
✅ Expected Result: The login button is found and clicked successfully within the implicit wait time, and the dashboard page loads confirming successful login