0
我正在學習webdriver和東西。selenium.common.exceptions.WebDriverException:消息:服務geckodriver意外退出。狀態代碼是:69
我嘗試下面的代碼:
import random, time, requests
from selenium import webdriver
from selenium.webdriver.common.proxy import *
from bs4 import BeautifulSoup
driver = webdriver.Firefox()
driver.get('http://google.com')
但得到一個錯誤如下:
selenium.common.exceptions.WebDriverException:信息:服務 geckodriver意外退出。狀態代碼是:69