Automate browser launch using WebDriverManager
Preconditions (2)
Step 1: Use WebDriverManager to setup ChromeDriver automatically
Step 2: Launch a new Chrome browser instance
Step 3: Navigate to 'https://example.com'
Step 4: Verify the page title is 'Example Domain'
Step 5: Close the browser
✅ Expected Result: Chrome browser opens, navigates to 'https://example.com', page title matches 'Example Domain', and browser closes without errors