MCPcopy Create free account
hub / github.com/browser-use/macOS-use / notification_handler

Function notification_handler

examples/basic_agent.py:20–22  ·  view source on GitHub ↗

Handle accessibility notifications

(notification, element)

Source from the content-addressed store, hash-verified

18
19
20def notification_handler(notification, element):
21 """Handle accessibility notifications"""
22 print(f'Received notification: {notification}')
23
24
25async def wait_for_app_ready(app, max_attempts=10, delay=2.5) -> bool:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected