import undetected_chromedriver as uc
driver = uc.Chrome()
driver.get("https://www.google.ru/")
Nothing happens, i just see this mistake, please tell me what can I do.
TypeError: WebDriver.__init__() got an unexpected keyword argument 'executable_path'