examples fixes

This commit is contained in:
Nick Sweeting
2025-08-14 14:24:18 -07:00
parent a1f1330aa6
commit 878586edcd
3 changed files with 10 additions and 2 deletions
+1
View File
@@ -80,6 +80,7 @@ async def run_single_task(task_file):
try:
await session.start()
from browser_use.browser.events import NavigateToUrlEvent
event = session.event_bus.dispatch(NavigateToUrlEvent(url='https://httpbin.org/get', new_tab=True))
await event
print('[DEBUG] Browser test: navigation successful', file=sys.stderr)