Verify browser control by opening a webpage and checking the title
Preconditions (3)
Step 1: Open the Chrome browser using Selenium WebDriver
Step 2: Navigate to 'https://example.com'
Step 3: Wait until the page is fully loaded
Step 4: Get the page title
Step 5: Close the browser
✅ Expected Result: The page title should be 'Example Domain' and the browser should close without errors