Код: Выделить всё
from selenium import webdriver
from selenium.webdriver.chrome.options import Options
option = webdriver.ChromeOptions()
driver = webdriver.Chrome(executable_path='./chromedriver.exe', options=option)
driver.get('https://www.google.com/')
Код: Выделить всё
WebDriver.__init__() got an unexpected keyword argument 'executable_path'
Код: Выделить всё
WebDriver.__init__() got an unexpected keyword argument 'executable_path'
Подробнее здесь: https://stackoverflow.com/questions/765 ... ecutable-p