Selenium Pythonパッケージに必要なgeckodriverはどこにありますか?
Ubuntu 16.04.1 LTSを使用しています。python -Vリターンを実行しますPython 2.7.12。Seleniumパッケージをインストールするために、それからvirtualenvを構築しています: pip install -upgrade selenium ただし、次のpythonスクリプトを使用して試用を実行する場合: from selenium import webdriver browser = webdriver.Firefox() browser.get('http://seleniumhq.org/') このエラーが発生します: Traceback (most recent call last): File "/home/myuser/bin/selenium-experiment.py", line 2, in <module> browser = webdriver.Firefox() File "/home/myuser/python_virtualenv/local/lib/python2.7/site-packages/selenium/webdriver/firefox/webdriver.py", line 135, in __init__ self.service.start() File "/home/myuser/python_virtualenv/local/lib/python2.7/site-packages/selenium/webdriver/common/service.py", line 71, in start os.path.basename(self.path), self.start_error_message) selenium.common.exceptions.WebDriverException: Message: …