selenium.common.exceptions.WebDriverException: Message: 'geckodriver' executable needs to be in PATH. 2.這個是因為最新的selenium3.0啟動firefox需要geckodriver.exe這個驅動文件。 3.下載之后,配置到環(huán)境變量path下(可以直接放python根目錄) 第二坑:Expected browser binary location, but unable to find binary in...