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