Код: Выделить всё
from selenium import webdriver
from selenium.webdriver.chrome import service
path = service(executable_path = "chromedriver.exe")
driver = webdriver.Chrome(service= path)
driver.get("https://www.google.com")
TypeError: объект «модуль» не может быть вызван
Подробнее здесь: https://stackoverflow.com/questions/783 ... g-selenium