From bb65b33f4afb4d7b4b3c1e4c789dfeb2127f2a73 Mon Sep 17 00:00:00 2001 From: Leon Date: Wed, 8 Feb 2023 18:51:01 +0100 Subject: [PATCH] 3.4.5 update readme 3.4.5 added information of last weeks advancements **patch to fix headless mode** currently headless undetected: https://i.imgur.com/CME9ElR.png (but still unsupported!) -https://stackoverflow.com/a/73840130/7058266 -https://support.google.com/chrome/a/answer/7679408#hdlssMod110 special thanks to @mdmintz and @abdulzain6 and @sebdelsol --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f2554c..f3c4199 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ 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,6 +10,16 @@ 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.5 ## +- What a week. Had the recent advancedments in Automation-Detection algorithms pwned (so i thought) with 3.4.0, but apparently, for some OS-es this caused an error when interacting with elements. Had to revert back using a different method, fix bugs, and now eventually was still able to stick to the initial idea (+ fixing bugs) +- Update to chrome 110 caused another surprise, this time for HEADLESS users. +- although headless is unsupported officially, i did patch it! +- happy to announce IT IS NOW UNDETECTED AS WELL (but still unsupported ;)) +- special thanks here to [@mdmintz](https://github.com/mdmintz) and [@abdulzain6](https://github.com/abdulzain6) +- also special thanks to [@sebdelsol](https://github.com/sebdelsol) for his help troughout the issues section completely voluntarily, you must be crazy :) + ### 3.4.0 ### **Big update! be careful as it -potentially- could break your code.**