Verify Google Search on Selenium Grid Hub and Node
Preconditions (3)
Step 1: Open a remote Chrome browser session via Selenium Grid Hub
Step 2: Navigate to https://www.google.com
Step 3: Enter 'Selenium Grid' in the search input field
Step 4: Submit the search form
Step 5: Wait for the search results page to load
Step 6: Verify the page title contains 'Selenium Grid'
✅ Expected Result: The remote browser controlled via Selenium Grid performs a Google search and the page title contains 'Selenium Grid', confirming the test ran on the Grid setup.