Update README.md

This commit is contained in:
Leon 2021-12-16 06:13:31 +01:00 committed by GitHub
parent c1d02484d9
commit e62ccc68b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 1 deletions

View File

@ -3,6 +3,7 @@
https://github.com/ultrafunkamsterdam/undetected-chromedriver
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.
@ -11,7 +12,14 @@ Automatically downloads the driver binary and patches it.
* Python 3.6++**
### 3.0.4 changes ####
### psst, skilled users... there is a 3.1.0rc out to be tested. ! breaking changes ! ##
- please read before use.
- https://pypi.org/project/undetected-chromedriver/3.1.0rc1/
# 3.0.4 changes #
- change process creation behavior to be fully detached
- changed .get(url) method to always use the contextmanager
- changed .get(url) method to use cdp under the hood.