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