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

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.