From 8810c70e08403f30fb920596e3add8e51db3c1ec Mon Sep 17 00:00:00 2001 From: Leon Date: Sat, 1 Aug 2020 15:08:18 +0200 Subject: [PATCH] set default target to version 84 --- 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 28b5d3b..f62c02d 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 = 83 +TARGET_VERSION = 84 __IS_PATCHED__ = 0