how i can solve this error ?
selenium.common.exceptions.WebDriverException: Message: Can not connect to the Service /root/.wdm/drivers/chromedriver/linux64/101.0.4951.41/chromedriver
my code :
s = Service(ChromeDriverManager().install())
self.driver = webdriver.Chrome(service=s)