I try firing up Firefox using Selenium WebDriver and get the following error:
--------------------------------------------------------------------------- Web
helped me to specify an explicit path to the binary file firefox
from selenium.webdriver.firefox.firefox_binary import FirefoxBinary binary = FirefoxBinary("/home/teddy/firefox/firefox") driver = webdriver.Firefox(firefox_binary=binary)