from selenium import webdriver
browser = webdriver.Chrome(executable_path='/sufan/Applications/Google Chrome.app' )
print(browser.get("http://www.baidu.com"))
selenium.common.exceptions.WebDriverException: Message: 'Google Chrome.app' executable needs to be in PATH.
为什么是给的报错说是地址不对呢?该怎么写呢?
沒怎麼用過selenium,個人可能沒辦法解決你的問題。不過找到了一個類似問題,你看看解答有沒有幫助。
Stackoverflow
executable_path='/Users/sufan/Applications/Google Chrome.app''