Merge flags

This commit is contained in:
augustin64 2024-04-08 16:51:43 +02:00
parent cbd1ad93a6
commit db157771de
1 changed files with 3 additions and 4 deletions

7
V6.py
View File

@ -33,10 +33,9 @@ def create_driver(mobile=False):
"--no-first-run", "--no-first-run",
"--ash-no-nudges", "--ash-no-nudges",
"--no-default-browser-check", "--no-default-browser-check",
"--disable-features=PrivacySandboxSettings4", "--disable-features=PrivacySandboxSettings4,Translate",
f"--user-data-dir={chrome_profile_dir}/", "--disable-search-engine-choice-screen",
"--disable-features=Translate", f"--user-data-dir={chrome_profile_dir}/"
"--disable-search-engine-choice-screen"
] ]
if mobile: if mobile: