Selenium Server
is nothing but little code to interact with the browsers. As of now discussed some of the other selenium technologies like Selenium IDE, which was a Firefox plug-in that the developer could use to record and replay tests and generate selenium web driver tests which just took a look at, which is a technology that allows to automate the browser using C sharp or another language. Now Selenium Server is a little bit different than either one of those. port number
.
Now by default it will runn locally, but if the developer give it a valid address of a selenium server, then it will send that Selenese
-- or that test language -- over across a wire to Selenium Server instead of sending it back to our local box and one could even run Selenium Server on the local box.
Here the basic idea is that it is going to send those commands to the server, and then server is going to execute those commands on a browser that already have specified. The developer is going to tell selenium server what type of browser would like. It is going to execute that test or those commands on that browser, and then it is going to return the results.