Mozilla Driver Issue | Selenium Forum
M
Posted on 16/12/2015
Hi Team,
I am facing issue in mozilla driver.
Whenever i use mozilla as a driver i am getting the class not found exception.(Attached)

What will be the possible reason.

Thanks
Manoj

M
Replied on 16/12/2015

Add this version of the dependency to the pom.xml

<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>1.4.01</version>
</dependency>