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