Not working for Firefox version 49.0.1
Hi,
I try to open Firefox browser, but its wont work I install the "SeleniumBasic-2.0.9.0.exe". Firefox borwser version 49.0.1.
Try to execute following code; Dim driver As New WebDriver Dim brtype As String Dim myurl As String
driver.Start "firefox", "https://www-testsite.com" driver.Window.Maximize driver.Get "https://www-testsite.com" driver.Wait "1000"
Firefox browser open and getting following error message Run-time error '21': TimeoutError Firefox failed to open the listening port 127.0.0.1:62936 within 15s
All versions after after 46.01 don't work. This was mentioned in several earlier posts. I reinstalled 46.0.1 and turned off automatic updates. I was hoping this would be fixed soon.
You can try the latest firefox webdriver for Selenium 3.0.1. I haven't tested this with anything other than 46.01. Download Python Selenium package from here:
https://pypi.python.org/packages/3a/a3/e4ab60a0229a85f468a36367bc0672a4bca2720f24391eda33704a5f0ad5/selenium-3.0.1.tar.gz#md5=ed5da4a35e1e643a53386d3e8f5960af
ungzip and untar it. Extract webdriver.xpi from selenium-3.0.1.tar\dist\selenium-3.0.1\py\selenium\webdriver\firefox and replace firefoxdriver.xpi at C:\Users
Let me know if this works. The driver is dated 9/27/2016 and I think 49 came out after that.
Hi mogulman52,
Thanks for the reply. Its didn't works for me. I copied the "webdriver.xpi" from "selenium-3.0.1\py\selenium\webdriver\firefox" location, paste into "C:\Users<User>\AppData\Local\SeleniumBasic" location and rename as "firefoxdriver.xpi".
........................... Thanks Dev
Hi. My question to GitHub is: why a new release of SeleniumBasic will not be issued adding the GeckoDriver that is strictly necessary to operate with Firefox version 48 and newer? Thanks EC