From ce3e0dd79a3c7ff75bf2baf539009621c39bef37 Mon Sep 17 00:00:00 2001 From: Ali Satvaty <46220670+alistvt@users.noreply.github.com> Date: Tue, 23 May 2023 23:41:18 +0330 Subject: [PATCH] Update __init__.py False is not the default. --- 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 cc66e29..0e15b1a 100644 --- a/undetected_chromedriver/__init__.py +++ b/undetected_chromedriver/__init__.py @@ -215,7 +215,7 @@ class Chrome(selenium.webdriver.chrome.webdriver.WebDriver): use_subprocess: bool, optional , default: True, - False (the default) makes sure Chrome will get it's own process (so no subprocess of chromedriver.exe or python + False makes sure Chrome will get it's own process (so no subprocess of chromedriver.exe or python This fixes a LOT of issues, like multithreaded run, but mst importantly. shutting corectly after program exits or using .quit() you should be knowing what you're doing, and know how python works.