Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ async def initialize_runner():
|
|
29 |
"name": "webbrowser",
|
30 |
# Set homepage to Salesforce's generic login URL to avoid premature waits for target page elements.
|
31 |
"homepage": "https://login.salesforce.com/",
|
32 |
-
"headless":
|
33 |
"launch_args": ["--no-sandbox", "--disable-setuid-sandbox"],
|
34 |
"screenshot_delay": 0.5, # Reduced for faster debugging cycles
|
35 |
"include_html": True,
|
|
|
29 |
"name": "webbrowser",
|
30 |
# Set homepage to Salesforce's generic login URL to avoid premature waits for target page elements.
|
31 |
"homepage": "https://login.salesforce.com/",
|
32 |
+
"headless": True, # Keep this False for local testing
|
33 |
"launch_args": ["--no-sandbox", "--disable-setuid-sandbox"],
|
34 |
"screenshot_delay": 0.5, # Reduced for faster debugging cycles
|
35 |
"include_html": True,
|