Uses of Interface
com.microsoft.playwright.WebError
Packages that use WebError
-
Uses of WebError in com.microsoft.playwright
Method parameters in com.microsoft.playwright with type arguments of type WebErrorModifier and TypeMethodDescriptionvoidBrowserContext.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. -
Uses of WebError in com.microsoft.playwright.impl
Classes in com.microsoft.playwright.impl that implement WebErrorMethod parameters in com.microsoft.playwright.impl with type arguments of type WebErrorModifier and TypeMethodDescriptionvoidBrowserContextImpl.offWebError(Consumer<WebError> handler) voidBrowserContextImpl.onWebError(Consumer<WebError> handler)