karma-runner / karma-webdriver-launcher

A plugin for Karma. Launch any browser with WebDriver.
MIT License
66 stars 40 forks source link

Newer version of wd needed for Firefox 23/24 #6

Closed bmclean closed 11 years ago

bmclean commented 11 years ago

The karma-webdriver-launcher currently has wd (webdriver) version "0.0.32" defined in the package.json. With Firefox 23 and 24 the browser will launch but never navigates to the url.

I tried karma-webdriver-launcher locally with wd version "0.1.5" and both Firefox 23 and 24 worked correctly.

aparkinson commented 11 years ago

Thanks, I will investigate now