Uses of Interface
com.microsoft.playwright.WebError
-
Packages that use WebError Package Description com.microsoft.playwright com.microsoft.playwright.impl -
-
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(java.util.function.Consumer<WebError> handler)Removes handler that was previously added withonWebError(handler).voidBrowserContext. onWebError(java.util.function.Consumer<WebError> handler)Emitted when exception is unhandled in any of the pages in this context. -
Uses of WebError in com.microsoft.playwright.impl
Classes in com.microsoft.playwright.impl that implement WebError Modifier and Type Class Description classWebErrorImplMethod parameters in com.microsoft.playwright.impl with type arguments of type WebError Modifier and Type Method Description voidBrowserContextImpl. offWebError(java.util.function.Consumer<WebError> handler)voidBrowserContextImpl. onWebError(java.util.function.Consumer<WebError> handler)
-