public class firstTest {
public static void main(String[] args) {
System.setProperty(\"webdriver.gecko.driver\", \"E:\\\\SOFTWARE\\\\drivers\\\\geckodriver
Selenium version affected the test execution. When I upgraded it to 3.11.0 the test is working fine..
Thanks...
The error says it all :
Build info: version: '2.48.2', revision: '41bccdd', time: '2015-10-09 19:59:12'
System info: host: 'xxx', ip: '192.168.43.34', os.name: 'Windows 8.1', os.arch: 'amd64', os.version: '6.3', java.version: '1.8.0_40'
Driver info: driver.version: FirefoxDriver
The error trace logs clearly mention that Browser Client is unable to recognize back the FirefoxDriver binary.
Your main issue is the version compatibility between the binaries you are using as follows :
So there is a clear mismatch between the JDK v8u40 , Selenium Client v2.48.2.
@Test
.