-3

Firefox version 32.0 Selenium webdriver 2.42.2/selenium-server-standalone-2.42.2(both have same error) Windows 7 x64 And i've checked port and it's free.

Roman Maxymiv
  • 19
  • 1
  • 3

2 Answers2

1

Answer is you should be downgrading your browser.

Selenium 2.42.2 supports only FF31. Wait till the next support is been released or downgrade it.

Ant's
  • 13,545
  • 27
  • 98
  • 148
0

This problem is due to the compatibility of fire fox version and the selenium jar file version.Use the latest selenium jar files 2.52 is compatible with FF till 44.0.that can fix the problem.

surag m
  • 1
  • 2