create_new_process_group flag not present on linux.

could be removed anyway.
This commit is contained in:
Leon 2021-05-25 11:42:27 +02:00 committed by GitHub
parent ebafbe1db6
commit 5a24c22598
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,
)