webdriver。Chrome无法在Mac上打开标签页

时间:2019-07-16 01:18:36

标签: web-scraping selenium-chromedriver

webdriver。Chrome无法打开新的Chrome标签...

不知道怎么了。在Mac上运行,带有sublime文本和python3。终端中已经安装了beautifulsoup,selenium和chromedriver。

import requests
from bs4 import BeautifulSoup
from selenium import webdriver
import pandas as pandas

driver = webdriver.Chrome('/Users/KOsterlund/Desktop/Data/chromedriver')
driver.get('linkedin.com')

没有错误消息,但是新的Chrome标签未打开

0 个答案:

没有答案