Uses of Class
com.microsoft.playwright.WebSocket.WaitForFrameReceivedOptions
-
Packages that use WebSocket.WaitForFrameReceivedOptions Package Description com.microsoft.playwright com.microsoft.playwright.impl -
-
Uses of WebSocket.WaitForFrameReceivedOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return WebSocket.WaitForFrameReceivedOptions Modifier and Type Method Description WebSocket.WaitForFrameReceivedOptionsWebSocket.WaitForFrameReceivedOptions. setPredicate(java.util.function.Predicate<WebSocketFrame> predicate)Receives theWebSocketFrameobject and resolves to truthy value when the waiting should resolve.WebSocket.WaitForFrameReceivedOptionsWebSocket.WaitForFrameReceivedOptions. setTimeout(double timeout)Maximum time to wait for in milliseconds.Methods in com.microsoft.playwright with parameters of type WebSocket.WaitForFrameReceivedOptions Modifier and Type Method Description WebSocketFrameWebSocket. waitForFrameReceived(WebSocket.WaitForFrameReceivedOptions options, java.lang.Runnable callback)Performs action and waits for a frame to be sent. -
Uses of WebSocket.WaitForFrameReceivedOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type WebSocket.WaitForFrameReceivedOptions Modifier and Type Method Description WebSocketFrameWebSocketImpl. waitForFrameReceived(WebSocket.WaitForFrameReceivedOptions options, java.lang.Runnable code)private WebSocketFrameWebSocketImpl. waitForFrameReceivedImpl(WebSocket.WaitForFrameReceivedOptions options, java.lang.Runnable code)
-