Uses of Class
com.microsoft.playwright.BrowserContext.WaitForConsoleMessageOptions
Packages that use BrowserContext.WaitForConsoleMessageOptions
-
Uses of BrowserContext.WaitForConsoleMessageOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return BrowserContext.WaitForConsoleMessageOptionsModifier and TypeMethodDescriptionBrowserContext.WaitForConsoleMessageOptions.setPredicate(Predicate<ConsoleMessage> predicate) Receives theConsoleMessageobject and resolves to truthy value when the waiting should resolve.BrowserContext.WaitForConsoleMessageOptions.setTimeout(double timeout) Maximum time to wait for in milliseconds.Methods in com.microsoft.playwright with parameters of type BrowserContext.WaitForConsoleMessageOptionsModifier and TypeMethodDescriptionBrowserContext.waitForConsoleMessage(BrowserContext.WaitForConsoleMessageOptions options, Runnable callback) Performs action and waits for aConsoleMessageto be logged by in the pages in the context. -
Uses of BrowserContext.WaitForConsoleMessageOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type BrowserContext.WaitForConsoleMessageOptionsModifier and TypeMethodDescriptionBrowserContextImpl.waitForConsoleMessage(BrowserContext.WaitForConsoleMessageOptions options, Runnable code) private ConsoleMessageBrowserContextImpl.waitForConsoleMessageImpl(BrowserContext.WaitForConsoleMessageOptions options, Runnable code)