diff --git a/README.md b/README.md index 3897988..4f2554c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ https://github.com/ultrafunkamsterdam/undetected-chromedriver -**Best wishes and a great undetected 2023** + 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,6 +11,18 @@ Automatically downloads the driver binary and patches it. * Works also on Brave Browser and many other Chromium based browsers, some tweaking * Python 3.6++** +### 3.4.0 ### +**Big update! be careful as it -potentially- could break your code.** + +* rewritten the anti-detection mechanism instead of removing and renaming variables, we just keep them, but prevent them from being injected in the first place. This will keep us safe from detection at least for the near future. + +* rewritten the file naming, to prevent ending up with 1000 of {randomstring}_chromedriver.exe 's instead it is just called undetected_chromedriver.exe + +* cleanup removed compat,v2 files and tests folder + + + + ### 3.2.0 ### * added an example containing some typical webdriver code, answers to commonly asked questions, pitfalls + showcasing some tricks to ditch