From f3c040297a47900523a65017932d4ed922cee1fb Mon Sep 17 00:00:00 2001 From: Leon Date: Wed, 2 Sep 2020 04:11:20 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 66f653f..ea8e553 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ https://github.com/ultrafunkamsterdam/undetected-chromedriver Optimized Selenium Chromedriver patch which does not trigger anti-bot services like Distill Network. Automatically downloads the driver binary and patches it. -* **Tested on version 75,76,77,78,79,80,81,83,84** +* **Tested on version 75,76,77,78,79,80,81,83,84,85,86** * **patching also works on MS Edge (chromium-based) webdriver binary** @@ -30,7 +30,7 @@ driver.get('https://distilnetworks.com') # To target specific version import undetected_chromedriver as uc -uc.TARGET_VERSION = 84 +uc.TARGET_VERSION = 85 driver = uc.Chrome() ```