Does Selenium 2.5 work with Firefox 28? -


I've got lots of versions of Firefox and Selenium but the Firefox version and selenium version I'm using. I am using Firefox 28 and Selenium 2.5, but the error is due to being unable to connect to hosting.

So would I like to know that this combination of firefox and selenium work?

no Selenium v2.41, recently released, is the only one to support the original events for Firefox.

At the time of supporting Selenium:

  v2.41.0 ======= 17 ( Immediate ESR release) 24 (current ESR release) 27> 

So your solution is either to upgrade Selenium or downgrade firefox.

Comments

Popular posts from this blog

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -