Update README.md

This commit is contained in:
Leon 2020-06-15 18:31:48 +02:00 committed by GitHub
parent 1b27e0b80a
commit a806dc0f67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@ Automatically downloads the driver binary and patches it.
```
pip install git+https://github.com/ultrafunkamsterdam/undetected-chromedriver.git
```
##### important note:
the default blank page on start plays a BIG role in the anti-detection workings of the module. You will only become undetectable from the moment you use driver.get(url) to navigate to some url (and next and next and next). This automatically means that if you enter a url in the browser screen by hand right after launch, you are NOT protected! New Tabs: same story. If you really need multi-tabs, then open the tab with the blank page (hint: url is `data:,` including comma, and yes, driver accepts it) and do your thing as usual. If you follow these "rules" (actually its default behaviour), then you will have a great time for now.
#####
## Usage ##