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标签未打开