Setup WebDriver and open a browser
Preconditions (2)
Step 1: Import necessary Selenium WebDriver modules
Step 2: Create a WebDriver instance for Chrome or Firefox
Step 3: Open the browser and navigate to 'https://example.com'
Step 4: Verify the page title is 'Example Domain'
Step 5: Close the browser
✅ Expected Result: Browser opens, navigates to https://example.com, page title matches 'Example Domain', then browser closes