Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Grid Support

semperos edited this page Feb 27, 2012 · 8 revisions

In addition to the core Selenium-WebDriver API, the Selenium project offers the Selenium Grid, which facilitates distributed execution of tests across multiple machines.

If you are not familiar with setting up a Grid hub and nodes, I suggest you first read the appropriate wiki page on the Selenium-WebDriver Google site. In short, you (1) download the appropriate standalone jar, use it to (2) start up a hub and (3) start up child nodes, and then (4) run your tests.

Note: The functions previously in the clj-webdriver.grid namespace have been re-implemented in the clj-webdriver.remote.* namespaces. More documentation forthcoming, but for the time being, see those namespaces and clj-webdriver's test suite for more information.

Clone this wiki locally