Uses of Enum
com.microsoft.playwright.impl.WorkerImpl.EventType
Packages that use WorkerImpl.EventType
-
Uses of WorkerImpl.EventType in com.microsoft.playwright.impl
Fields in com.microsoft.playwright.impl with type parameters of type WorkerImpl.EventTypeModifier and TypeFieldDescriptionprivate final ListenerCollection<WorkerImpl.EventType> WorkerImpl.listenersMethods in com.microsoft.playwright.impl that return WorkerImpl.EventTypeModifier and TypeMethodDescriptionstatic WorkerImpl.EventTypeReturns 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.EventTypeModifier and TypeMethodDescriptionprivate <T> TWorkerImpl.waitForEventWithTimeout(WorkerImpl.EventType eventType, Runnable code, Double timeout)