MCPcopy Index your code
hub / github.com/microsoft/playwright-python / on

Method on

playwright/sync_api/_generated.py:13805–13809  ·  view source on GitHub ↗

This event is not emitted.

(
        self, event: Literal["backgroundpage"], f: typing.Callable[["Page"], "None"]
    )

Source from the content-addressed store, hash-verified

13803
13804 @typing.overload
13805 def on(
13806 self, event: Literal["backgroundpage"], f: typing.Callable[["Page"], "None"]
13807 ) -> None:
13808 """
13809 This event is not emitted."""
13810
13811 @typing.overload
13812 def on(

Callers

nothing calls this directly

Calls 1

onMethod · 0.45

Tested by

no test coverage detected