Open a web page using Selenium WebDriver
Preconditions (3)
Step 1: Launch the Chrome browser using Selenium WebDriver
Step 2: Navigate to the URL 'https://example.com' using driver.get()
Step 3: Verify that the current URL of the browser matches 'https://example.com/'
✅ Expected Result: The browser opens and loads the page at 'https://example.com'. The current URL matches exactly 'https://example.com/'.