Verify Selenium Grid setup with remote WebDriver
Preconditions (2)
Step 1: Create a RemoteWebDriver instance connecting to the Selenium Grid Hub URL
Step 2: Set desired capabilities for Chrome browser
Step 3: Navigate to https://www.example.com
Step 4: Verify the page title is 'Example Domain'
Step 5: Close the browser session
✅ Expected Result: The test should open Chrome browser on the remote node via Selenium Grid, load the example.com page, verify the title matches 'Example Domain', and close the browser without errors.