diff --git a/extension-examples/undetected_chrome.py b/extension-examples/undetected_chrome.py index 7018155..3646de3 100644 --- a/extension-examples/undetected_chrome.py +++ b/extension-examples/undetected_chrome.py @@ -2,7 +2,7 @@ import requests import time import zipfile -import undetected_chromedriver.v2 as uc +import undetected_chromedriver as uc from selenium.webdriver.chrome.service import Service as ChromeService try: