Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions stagehand/browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ async def connect_local_browser(
# Prepare Launch Options (translate keys if needed)
launch_options = {
"headless": local_browser_launch_options.get("headless", False),
"slow_mo": local_browser_launch_options.get("slow_mo", None),
"accept_downloads": local_browser_launch_options.get(
"acceptDownloads", True
),
Expand Down
Loading