ttomy commited on
Commit
35220e6
·
verified ·
1 Parent(s): 6a0e448

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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": False, # 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,
 
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,