From fee707a0542ca97e716dd6e3e5c66fb5c1e2541f Mon Sep 17 00:00:00 2001 From: Leon Date: Wed, 3 Jun 2020 13:44:22 +0200 Subject: [PATCH] Update __init__.py --- undetected_chromedriver/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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