From 84e0c0e0c36ccbfa1c4e36dde63654507992f12c Mon Sep 17 00:00:00 2001 From: Jung Sang-jun Date: Wed, 8 Nov 2023 13:53:21 +0900 Subject: [PATCH] feat: Remove deprecated module - ref. https://github.com/ultrafunkamsterdam/undetected-chromedriver#310 --- extension-examples/undetected_chrome.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: