We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7af7122 commit ca4a707Copy full SHA for ca4a707
stagehand/browser.py
@@ -182,7 +182,9 @@ async def connect_local_browser(
182
183
# Prepare Launch Options (translate keys if needed)
184
launch_options = {
185
- "headless": local_browser_launch_options.get("headless", stagehand_instance.config.headless),
+ "headless": local_browser_launch_options.get(
186
+ "headless", stagehand_instance.config.headless
187
+ ),
188
"accept_downloads": local_browser_launch_options.get(
189
"acceptDownloads", True
190
),
0 commit comments