ultrafunkamsterdam / undetected-chromedriver

Custom Selenium Chromedriver | Zero-Config | Passes ALL bot mitigation systems (like Distil / Imperva/ Datadadome / CloudFlare IUAM)
https://github.com/UltrafunkAmsterdam/undetected-chromedriver
GNU General Public License v3.0
9.45k stars 1.12k forks source link

TypeError: Can't instantiate abstract class Service with abstract method command_line_args #967

Open anovob opened 1 year ago

anovob commented 1 year ago

service = selenium.webdriver.common.service.Service( patcher.executable_path, port, service_args, service_log_path )

Got error for this line after update.

EthanHardy00 commented 1 year ago

I have the same issue

Takouyii commented 1 year ago

service = selenium.webdriver.common.service.Service( patcher.executable_path, port, service_args, service_log_path )

Got error for this line after update.

it's a bug. 'selenium.webdriver.common.service.Service' should be 'selenium.webdriver.chrome.service.Service' @ultrafunkamsterdam