PageEventHandler
Playwright\Page\PageEventHandlerInterface
Methods
publicEmit()
voidfunction publicEmit(string $event, array $args = []): void
onDialog()
voidfunction onDialog(callable $handler): void
onConsole()
voidfunction onConsole(callable $handler): void
onRequest()
voidfunction onRequest(callable $handler): void
onResponse()
voidfunction onResponse(callable $handler): void
onRequestFailed()
voidfunction onRequestFailed(callable $handler): void
onRoute()
voidfunction onRoute(callable $handler): void