Skip to content

Commit ee55049

Browse files
committed
Add playwright_page_event_handlers to the supported meta keys section
1 parent 5fab19f commit ee55049

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,11 @@ TWISTED_REACTOR = "twisted.internet.asyncioreactor.AsyncioSelectorReactor"
231231
For more information and important notes see
232232
[Receiving Page objects in callbacks](#receiving-page-objects-in-callbacks).
233233

234+
* `playwright_page_event_handlers` (type `Optional[Dict[Str, Callable]]`, default `None`)
235+
236+
A dictionary of handlers to be attached to page events.
237+
See [Handling page events](#handling-page-events).
238+
234239
* `playwright_page_init_callback` (type `Optional[Union[Callable, str]]`, default `None`)
235240

236241
A coroutine function (`async def`) to be invoked immediately after creating

0 commit comments

Comments
 (0)