-
Notifications
You must be signed in to change notification settings - Fork 93
Grid Support
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.
The clj-webdriver Uncyclo by Daniel Gregoire and community is licensed under a Creative Commons Attribution 4.0 International License. Based on a work at https://github.com/semperos/clj-webdriver/wiki.