Verify Selenium Grid setup by running a test on remote node
Preconditions (3)
Step 1: Create a remote WebDriver session connecting to the Grid Hub URL
Step 2: Request a Chrome browser session from the Grid
Step 3: Navigate to https://example.com
Step 4: Verify the page title is 'Example Domain'
Step 5: Close the browser session
✅ Expected Result: Test runs successfully on remote node via Selenium Grid and verifies the page title matches 'Example Domain'