Uses of Class
com.microsoft.playwright.impl.BrowserContextImpl.EventType
-
Packages that use BrowserContextImpl.EventType Package Description com.microsoft.playwright.impl -
-
Uses of BrowserContextImpl.EventType in com.microsoft.playwright.impl
Fields in com.microsoft.playwright.impl with type parameters of type BrowserContextImpl.EventType Modifier and Type Field Description private WaitableEvent<BrowserContextImpl.EventType,?>BrowserContextImpl. closePromiseprivate ListenerCollection<BrowserContextImpl.EventType>BrowserContextImpl. listenersMethods in com.microsoft.playwright.impl that return BrowserContextImpl.EventType Modifier and Type Method Description static BrowserContextImpl.EventTypeBrowserContextImpl.EventType. valueOf(java.lang.String name)Returns 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.EventType Modifier and Type Method Description private static java.util.Map<BrowserContextImpl.EventType,java.lang.String>BrowserContextImpl. eventSubscriptions()Methods in com.microsoft.playwright.impl with parameters of type BrowserContextImpl.EventType Modifier and Type Method Description private <T> TBrowserContextImpl. waitForEventWithTimeout(BrowserContextImpl.EventType eventType, java.lang.Runnable code, java.util.function.Predicate<T> predicate, java.lang.Double timeout)
-