service = Service(executable_path="/path/to/chromedriver") driver = webdriver.Chrome(service=service)