From 6eab5577f15eb6e6f88cdaeb9389e9722b3a27a2 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 9 May 2023 22:18:22 +0200 Subject: [PATCH] 3.4.7 - added 'more' compatibility for multi thtreads / processing using Chrome(user_multi_procs=True) => ensure you have at least 1 undetected_chromedriver binary in the roaming appdata/undetected_chromedriver before using --- undetected_chromedriver/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/undetected_chromedriver/__init__.py b/undetected_chromedriver/__init__.py index 8a95cd9..cc66e29 100644 --- a/undetected_chromedriver/__init__.py +++ b/undetected_chromedriver/__init__.py @@ -240,7 +240,7 @@ class Chrome(selenium.webdriver.chrome.webdriver.WebDriver): set to true when you are using multithreads/multiprocessing ensures not all processes are trying to modify a binary which is in use by another. for this to work. YOU MUST HAVE AT LEAST 1 UNDETECTED_CHROMEDRIVER BINARY IN YOUR ROAMING DATA FOLDER. - this requirement can be done by just running this program "normal" and close/kill it. + this requirement can be easily satisfied, by just running this program "normal" and close/kill it. """