Trying To Launch A Webpage Using Selenium In Python
I am trying to use selenium for Python and am having trouble running even a basic program just to get familiar with the selenium. For now, I am just trying to open a webpage and ca
Solution 1:
Try upgrade your Firefox to 25 (recommended), or downgrade your Selenium to 2.27 (not recommended.)
Changelog is here.
Note that Selenium 2.39 just got out, which supports Firefox 26.
Post a Comment for "Trying To Launch A Webpage Using Selenium In Python"