Verify page title and URL after navigating to example.com
Preconditions (3)
Step 1: Open a new browser window using Selenium WebDriver
Step 2: Navigate to the URL 'https://www.example.com'
Step 3: Retrieve the page title
Step 4: Retrieve the current page URL
Step 5: Verify that the page title is exactly 'Example Domain'
Step 6: Verify that the current URL is exactly 'https://www.example.com/'
Step 7: Close the browser
✅ Expected Result: The page title matches 'Example Domain' and the URL matches 'https://www.example.com/'