Uses of Class
com.microsoft.playwright.impl.BrowserImpl.EventType
-
Packages that use BrowserImpl.EventType Package Description com.microsoft.playwright.impl -
-
Uses of BrowserImpl.EventType in com.microsoft.playwright.impl
Fields in com.microsoft.playwright.impl with type parameters of type BrowserImpl.EventType Modifier and Type Field Description private ListenerCollection<BrowserImpl.EventType>BrowserImpl. listenersMethods in com.microsoft.playwright.impl that return BrowserImpl.EventType Modifier and Type Method Description static BrowserImpl.EventTypeBrowserImpl.EventType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BrowserImpl.EventType[]BrowserImpl.EventType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-