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 5fab19f commit ee55049Copy full SHA for ee55049
README.md
@@ -231,6 +231,11 @@ TWISTED_REACTOR = "twisted.internet.asyncioreactor.AsyncioSelectorReactor"
231
For more information and important notes see
232
[Receiving Page objects in callbacks](#receiving-page-objects-in-callbacks).
233
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
239
* `playwright_page_init_callback` (type `Optional[Union[Callable, str]]`, default `None`)
240
241
A coroutine function (`async def`) to be invoked immediately after creating
0 commit comments