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