Uses of Class
com.microsoft.playwright.Page.WaitForWebSocketOptions
-
Packages that use Page.WaitForWebSocketOptions Package Description com.microsoft.playwright com.microsoft.playwright.impl -
-
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(java.util.function.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, java.lang.Runnable callback)Performs action and waits for a newWebSocket. -
Uses of Page.WaitForWebSocketOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Page.WaitForWebSocketOptions Modifier and Type Method Description WebSocketPageImpl. waitForWebSocket(Page.WaitForWebSocketOptions options, java.lang.Runnable code)private WebSocketPageImpl. waitForWebSocketImpl(Page.WaitForWebSocketOptions options, java.lang.Runnable code)
-