Uses of Class
com.microsoft.playwright.impl.WebSocketImpl.EventType
-
Packages that use WebSocketImpl.EventType Package Description com.microsoft.playwright.impl -
-
Uses of WebSocketImpl.EventType in com.microsoft.playwright.impl
Fields in com.microsoft.playwright.impl with type parameters of type WebSocketImpl.EventType Modifier and Type Field Description private ListenerCollection<WebSocketImpl.EventType>WebSocketImpl. listenersMethods in com.microsoft.playwright.impl that return WebSocketImpl.EventType Modifier and Type Method Description static WebSocketImpl.EventTypeWebSocketImpl.EventType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static WebSocketImpl.EventType[]WebSocketImpl.EventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.playwright.impl with parameters of type WebSocketImpl.EventType Modifier and Type Method Description private WebSocketFrameWebSocketImpl. waitForEventWithTimeout(WebSocketImpl.EventType eventType, java.lang.Runnable code, java.util.function.Predicate<WebSocketFrame> predicate, java.lang.Double timeout)
-