xpi

Python: Selenium Firefox Webdriver failing with error: 'Can't load the profile…WARN addons.xpi…"

Python: Selenium Firefox Webdriver failing with error: 'Can't load the profile…WARN addons.xpi…" Question: I am trying to run the following Python code to create a Firefox Webdriver window via Selenium: from selenium import webdriver driver = webdriver.Firefox() driver.get(“http://www.google.com”) While this code worked fine a few weeks ago, it now produces the following foreboding message: Traceback …

Total answers: 5