Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -105,7 +105,7 @@ async def initialize_runner_with_single_browser_login(username: str, password: s
|
|
| 105 |
"environment": {
|
| 106 |
"name": "webbrowser",
|
| 107 |
"homepage": "about:blank", # Will be skipped due to login
|
| 108 |
-
"headless":
|
| 109 |
"launch_args": ["--no-sandbox", "--disable-setuid-sandbox"],
|
| 110 |
"screenshot_delay": 0.5,
|
| 111 |
"include_html": True,
|
|
|
|
| 105 |
"environment": {
|
| 106 |
"name": "webbrowser",
|
| 107 |
"homepage": "about:blank", # Will be skipped due to login
|
| 108 |
+
"headless": True,
|
| 109 |
"launch_args": ["--no-sandbox", "--disable-setuid-sandbox"],
|
| 110 |
"screenshot_delay": 0.5,
|
| 111 |
"include_html": True,
|