Update README.md

This commit is contained in:
Leon 2020-09-02 04:11:20 +02:00 committed by GitHub
parent 8810c70e08
commit f3c040297a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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()
```