Uses of Enum
com.microsoft.playwright.impl.PageImpl.EventType
Packages that use PageImpl.EventType
-
Uses of PageImpl.EventType in com.microsoft.playwright.impl
Subclasses with type arguments of type PageImpl.EventType in com.microsoft.playwright.implModifier and TypeClassDescription(package private) static enumprivate classprivate classprivate classFields in com.microsoft.playwright.impl with type parameters of type PageImpl.EventTypeModifier and TypeFieldDescription(package private) final ListenerCollection<PageImpl.EventType> PageImpl.listenersMethods in com.microsoft.playwright.impl that return PageImpl.EventTypeModifier and TypeMethodDescriptionstatic PageImpl.EventTypeReturns the enum constant of this type with the specified name.static PageImpl.EventType[]PageImpl.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 PageImpl.EventTypeModifier and TypeMethodDescriptionprivate static final Map<PageImpl.EventType, String> PageImpl.eventSubscriptions()Methods in com.microsoft.playwright.impl with parameters of type PageImpl.EventTypeModifier and TypeMethodDescriptionprivate <T> TPageImpl.waitForEventWithTimeout(PageImpl.EventType eventType, Runnable code, Predicate<T> predicate, Double timeout)