diff --git a/undetected_chromedriver/v2.py b/undetected_chromedriver/v2.py index 9c11c0a..44450cb 100644 --- a/undetected_chromedriver/v2.py +++ b/undetected_chromedriver/v2.py @@ -270,7 +270,7 @@ class Chrome(selenium.webdriver.Chrome): stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE, - creationflags=subprocess.CREATE_NEW_PROCESS_GROUP, + #creationflags=subprocess.CREATE_NEW_PROCESS_GROUP, close_fds=True, )