Skip to content Skip to sidebar Skip to footer

Unable To Launch Selenium With Python In Mac

I'm facing an issue with selenium with python in Mac OS.. Python 2.7 pydev 3.0 My sample code from selenium import webdriver driver = webdriver.Firefox() driver.get('https://www.fo

Solution 1:

HI the issue is resolved now, previously i had installed Firefox 34.0 in my Mac and now downgraded to 30.0, now it is working fine.


Post a Comment for "Unable To Launch Selenium With Python In Mac"