Uses of Class
com.microsoft.playwright.BrowserContext.WaitForConsoleMessageOptions
-
Packages that use BrowserContext.WaitForConsoleMessageOptions Package Description com.microsoft.playwright com.microsoft.playwright.impl -
-
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(java.util.function.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, java.lang.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.WaitForConsoleMessageOptions Modifier and Type Method Description ConsoleMessageBrowserContextImpl. waitForConsoleMessage(BrowserContext.WaitForConsoleMessageOptions options, java.lang.Runnable code)private ConsoleMessageBrowserContextImpl. waitForConsoleMessageImpl(BrowserContext.WaitForConsoleMessageOptions options, java.lang.Runnable code)
-