Uses of Class
com.microsoft.playwright.impl.WorkerImpl.EventType
-
Packages that use WorkerImpl.EventType Package Description com.microsoft.playwright.impl -
-
Uses of WorkerImpl.EventType in com.microsoft.playwright.impl
Fields in com.microsoft.playwright.impl with type parameters of type WorkerImpl.EventType Modifier and Type Field Description private ListenerCollection<WorkerImpl.EventType>WorkerImpl. listenersMethods in com.microsoft.playwright.impl that return WorkerImpl.EventType Modifier and Type Method Description static WorkerImpl.EventTypeWorkerImpl.EventType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static WorkerImpl.EventType[]WorkerImpl.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 WorkerImpl.EventType Modifier and Type Method Description private <T> TWorkerImpl. waitForEventWithTimeout(WorkerImpl.EventType eventType, java.lang.Runnable code, java.lang.Double timeout)
-