|
|
@@ -486,7 +486,9 @@ async def run(playwright):
|
|
|
'--disable-blink-features=AutomationControlled',
|
|
|
'--profile-directory=Default',
|
|
|
'--no-first-run',
|
|
|
- '--no-default-browser-check'
|
|
|
+ '--no-default-browser-check',
|
|
|
+ '--disable-extensions', # 禁用所有扩展
|
|
|
+ '--disable-gpu' # 禁用GPU加速
|
|
|
],
|
|
|
ignore_default_args=['--enable-automation']
|
|
|
)
|