error with Firefox Binary 'The browser appears to have exited'

me at haseeb.co me at haseeb.co
Wed Apr 15 05:10:32 EDT 2015


Have you tried specifying the location of Firefox binary explicitly ?

from selenium.webdriver.firefox.firefox_binary import FirefoxBinary
binary = FirefoxBinary('C:\Users\aplusk\Documents\FirefoxPortable\App\Firefox\\firefox.exe')
browser = webdriver.Firefox(firefox_binary=binary)



More information about the Python-list mailing list