diff --git a/undetected_chromedriver/__init__.py b/undetected_chromedriver/__init__.py index 3e818f9..e08c904 100644 --- a/undetected_chromedriver/__init__.py +++ b/undetected_chromedriver/__init__.py @@ -29,7 +29,7 @@ from selenium.webdriver import ChromeOptions as _ChromeOptions logger = logging.getLogger(__name__) -TARGET_VERSION = 81 +TARGET_VERSION = 83 __IS_PATCHED__ = 0