Unable to open firefox browser with specified url in selenium webdriver. Only the browser is opening without the url.
Firefox version is 47. Selenium version is 2.53.
Unable to open firefox browser with specified url in selenium webdriver. Only the browser is opening without the url.
Firefox version is 47. Selenium version is 2.53.
There are two ways to solve your problem.
1- You can downgrade your firefox
by reinstalling and select Never check for updates (not recommended: security risk)
in your firefox
by nevigate through
Open Menu->Options->Advanced.
2- if you want to working with current version of firefox
which is 47
you should try with MarionetteDriver
...by following this
If you have any problem with this let me know...:)