Verify login button is clickable by finding element using name attribute
Preconditions (2)
Step 1: Open the browser and navigate to https://example.com/login
Step 2: Locate the login button using its name attribute 'loginButton'
Step 3: Click the login button
✅ Expected Result: The login button is found by its name attribute and clicked successfully without errors