Uses of Class
com.microsoft.playwright.Page.WaitForWebSocketOptions
-
Packages that use Page.WaitForWebSocketOptions Package Description com.microsoft.playwright -
-
Uses of Page.WaitForWebSocketOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.WaitForWebSocketOptions Modifier and Type Method Description Page.WaitForWebSocketOptionsPage.WaitForWebSocketOptions. setPredicate(Predicate<WebSocket> predicate)Receives theWebSocketobject and resolves to truthy value when the waiting should resolve.Page.WaitForWebSocketOptionsPage.WaitForWebSocketOptions. setTimeout(double timeout)Maximum time to wait for in milliseconds.Methods in com.microsoft.playwright with parameters of type Page.WaitForWebSocketOptions Modifier and Type Method Description WebSocketPage. waitForWebSocket(Page.WaitForWebSocketOptions options, Runnable callback)Performs action and waits for a newWebSocket.
-