Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ultrafunkamsterdam authored Jul 29, 2021
1 parent 9ad1bb3 commit 1e363b1
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,18 @@

https://github.com/ultrafunkamsterdam/undetected-chromedriver

**July 2021: Currently busy implementing selenium 4 for 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.

* **Tested until current chrome beta versions**
* **Works also on Brave Browser and many other Chromium based browsers**
* **Python 3.6++**
* Tested until current chrome beta versions
* Works also on Brave Browser and many other Chromium based browsers, some tweaking
* Python 3.6++**


**July 2021: Currently busy implementing selenium 4 for undetected-chromedriver**

**newsflash: https://github.com/ultrafunkamsterdam/undetected-chromedriver/pull/255**


## Installation ##
```
Expand Down

1 comment on commit 1e363b1

@GugaGuerra
Copy link

@GugaGuerra GugaGuerra commented on 1e363b1 Aug 17, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, I can't use selenium for www.bet365.com site, somehow it's detecting. What could it be ?

import undetected_chromedriver as uc
uc.install()

from selenium.webdriver import Chrome
driver = Chrome()
driver.get('https://bet365.com')

Please sign in to comment.