Uses of Interface
com.microsoft.playwright.WebError
-
Packages that use WebError Package Description com.microsoft.playwright -
-
Uses of WebError in com.microsoft.playwright
Method parameters in com.microsoft.playwright with type arguments of type WebError Modifier and Type Method Description voidBrowserContext. offWebError(Consumer<WebError> handler)Removes handler that was previously added withonWebError(handler).voidBrowserContext. onWebError(Consumer<WebError> handler)Emitted when exception is unhandled in any of the pages in this context.
-