Uses of Enum
com.microsoft.playwright.impl.BrowserContextImpl.EventType
Packages that use BrowserContextImpl.EventType
-
Uses of BrowserContextImpl.EventType in com.microsoft.playwright.impl
Fields in com.microsoft.playwright.impl with type parameters of type BrowserContextImpl.EventTypeModifier and TypeFieldDescriptionprivate final WaitableEvent<BrowserContextImpl.EventType, ?> BrowserContextImpl.closePromiseprivate final ListenerCollection<BrowserContextImpl.EventType> BrowserContextImpl.listenersMethods in com.microsoft.playwright.impl that return BrowserContextImpl.EventTypeModifier and TypeMethodDescriptionstatic BrowserContextImpl.EventTypeReturns the enum constant of this type with the specified name.static BrowserContextImpl.EventType[]BrowserContextImpl.EventType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.playwright.impl that return types with arguments of type BrowserContextImpl.EventTypeModifier and TypeMethodDescriptionprivate static final Map<BrowserContextImpl.EventType, String> BrowserContextImpl.eventSubscriptions()Methods in com.microsoft.playwright.impl with parameters of type BrowserContextImpl.EventTypeModifier and TypeMethodDescriptionprivate <T> TBrowserContextImpl.waitForEventWithTimeout(BrowserContextImpl.EventType eventType, Runnable code, Predicate<T> predicate, Double timeout)