SeleniumBasic icon indicating copy to clipboard operation
SeleniumBasic copied to clipboard

Not working for Firefox version 49.0.1

Open devperera opened this issue 9 years ago • 4 comments

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

devperera avatar Oct 20 '16 06:10 devperera

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.

mogulman52 avatar Oct 21 '16 17:10 mogulman52

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\AppData\Local\SeleniumBasic. You'll have to rename it. Backup current driver. The driver is a lot smaller.

Let me know if this works. The driver is dated 9/27/2016 and I think 49 came out after that.

mogulman52 avatar Oct 25 '16 16:10 mogulman52

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

devperera avatar Oct 26 '16 04:10 devperera

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

pippoxpippo avatar Jan 03 '18 13:01 pippoxpippo