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