Run Selenium test on Docker-based Selenium Grid
Preconditions (3)
Step 1: Write a Selenium test script that connects to the Selenium Grid hub URL
Step 2: Configure the test to use Chrome browser capabilities
Step 3: Navigate to 'https://example.com' in the test
Step 4: Verify the page title is 'Example Domain'
Step 5: Close the browser session
✅ Expected Result: The test connects to the Docker Selenium Grid, runs on the Chrome node, navigates to the page, verifies the title, and finishes without errors.