Selenium Standalone - Server

java -jar selenium-server-<version>.jar hub java -jar selenium-server-<version>.jar node --hub http://localhost:4444

When you run the Standalone Server, it listens for commands via HTTP requests, executes them on the browser, and sends the results back to your test script. selenium standalone server