This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 93
selenium remote driver
Daniel Gregoire edited this page Aug 14, 2015
·
2 revisions
As of this writing, the JAR's for individual browser support that get pulled in by selenium-java
already have selenium-remote-driver
as a dependency, so in theory you shouldn't need to add it explicitly. That said, if you're using the RemoteWebDriver
class directly, it never hurts to specify the dependency that provides it explicitly in your project's dependencies.
The clj-webdriver Wiki 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.