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