Uses of Class
com.microsoft.playwright.impl.JsonPipe.EventType
-
Packages that use JsonPipe.EventType Package Description com.microsoft.playwright.impl -
-
Uses of JsonPipe.EventType in com.microsoft.playwright.impl
Fields in com.microsoft.playwright.impl with type parameters of type JsonPipe.EventType Modifier and Type Field Description private ListenerCollection<JsonPipe.EventType>JsonPipe. listenersMethods in com.microsoft.playwright.impl that return JsonPipe.EventType Modifier and Type Method Description static JsonPipe.EventTypeJsonPipe.EventType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static JsonPipe.EventType[]JsonPipe.EventType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-