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

This commit is contained in:
unknown 2023-05-09 22:18:22 +02:00
parent e55104be8d
commit 6eab5577f1
1 changed files with 1 additions and 1 deletions

View File

@ -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.
"""