Setup ChromeDriver and open Google homepage
Preconditions (3)
Step 1: Set system property for ChromeDriver with the correct path
Step 2: Create a new instance of ChromeDriver
Step 3: Navigate to 'https://www.google.com'
Step 4: Verify the page title is 'Google'
Step 5: Close the browser
✅ Expected Result: Chrome browser opens, navigates to Google homepage, page title is 'Google', and browser closes without errors