Package com.microsoft.playwright.impl
Class PageImpl.WaitableFrameDetach
- java.lang.Object
-
- com.microsoft.playwright.impl.WaitableEvent<PageImpl.EventType,Frame>
-
- com.microsoft.playwright.impl.PageImpl.WaitableFrameDetach
-
- Enclosing class:
- PageImpl
private class PageImpl.WaitableFrameDetach extends WaitableEvent<PageImpl.EventType,Frame>
-
-
Field Summary
-
Fields inherited from class com.microsoft.playwright.impl.WaitableEvent
listeners
-
-
Constructor Summary
Constructors Constructor Description WaitableFrameDetach(Frame frameArg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Frameget()-
Methods inherited from class com.microsoft.playwright.impl.WaitableEvent
accept, dispose, isDone
-
-
-
-
Constructor Detail
-
WaitableFrameDetach
WaitableFrameDetach(Frame frameArg)
-
-
Method Detail
-
get
public Frame get()
- Specified by:
getin interfaceWaitable<Frame>- Overrides:
getin classWaitableEvent<PageImpl.EventType,Frame>
-
-