When I run wdio
with firefox
as the browser,
- Firefox launches
- it loads the url https://www.mozilla.org/en-GB/firefox/43.0.3/firstrun/learnmore/
- it does not navigate to the
baseUrl
specified in thewd.conf.js
file - neither does it load any url specified in the spec.
- Firefox just sits there at the first run url (screenshot: http://imagizer.imageshack.com/img903/3932/7gxuT1.jpg)
Any ideas on how to have Firefox load the specified url's?
Chrome works fine.