Update README.md

This commit is contained in:
Leon 2020-09-13 11:44:38 +02:00 committed by GitHub
parent 4c5ecc8f67
commit 76f136721b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 1 deletions

View File

@ -2,13 +2,22 @@
https://github.com/ultrafunkamsterdam/undetected-chromedriver
Optimized Selenium Chromedriver patch which does not trigger anti-bot services like Distill Network.
Optimized Selenium Chromedriver patch which does not trigger anti-bot services like Distill Network / Imperva / DataDome / Botprotect.io
Automatically downloads the driver binary and patches it.
* **Tested on version 75,76,77,78,79,80,81,83,84,85,86**
* **patching also works on MS Edge (chromium-based) webdriver binary**
## New ##
By default, the console log function is disabled to prevent certain detections.
Until a cleaner solution is found, use the following to manually enable it
```python
import undetected_chromedriver as uc
driver = uc.Chrome(enable_console_log=True)
```
## Installation ##
```