Verify login button is clickable using findElement by name
Preconditions (2)
Step 1: Open the browser and navigate to http://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 and clicked successfully without errors