mirror of
https://git.oceanpay.cc/danial/kami_apple_exchage.git
synced 2025-12-18 22:29:09 +00:00
fix(playwright): update headless mode configuration based on container status
This commit is contained in:
@@ -102,7 +102,7 @@ class DistributedPlaywrightManager:
|
||||
headless_mode = is_container or force_headless
|
||||
|
||||
launch_options = {
|
||||
"headless": False,
|
||||
"headless": headless_mode,
|
||||
"args": base_args,
|
||||
"slow_mo": 0,
|
||||
"timeout": 60000,
|
||||
|
||||
Reference in New Issue
Block a user