How does Selenium Server work?

How does Selenium Server work?

Like any other server technology, Selenium Server is a network application that runs on a host machine. It provides services for other applications to use (in this case, your automated tests) via a network protocol, which in this case is HTTP. Selenium Server accepts test scripts from clients and executes those tests, then returns the results of the tests back to the client.