Uses of Interface
com.microsoft.playwright.impl.Waitable
-
Packages that use Waitable Package Description com.microsoft.playwright.impl -
-
Uses of Waitable in com.microsoft.playwright.impl
Classes in com.microsoft.playwright.impl that implement Waitable Modifier and Type Class Description private classBrowserContextImpl.WaitableContextClose<R>private classFrameImpl.WaitForLoadStateHelperprivate classFrameImpl.WaitForNavigationHelperprivate classPageImpl.WaitableFrameDetachprivate classPageImpl.WaitablePageClose<T>private classPageImpl.WaitablePageCrash<T>(package private) classWaitableEvent<EventType,T>classWaitableNever<T>(package private) classWaitablePredicate<T>(package private) classWaitableRace<T>(package private) classWaitableResult<T>(package private) classWaitableTimeout<T>private classWebSocketImpl.WaitableWebSocketClose<T>private classWebSocketImpl.WaitableWebSocketError<T>Fields in com.microsoft.playwright.impl declared as Waitable Modifier and Type Field Description (package private) Waitable<?>PageImpl. waitableClosedOrCrashedFields in com.microsoft.playwright.impl with type parameters of type Waitable Modifier and Type Field Description private java.util.Collection<Waitable<T>>WaitableRace. waitablesMethods in com.microsoft.playwright.impl that return Waitable Modifier and Type Method Description (package private) <T> Waitable<T>TimeoutSettings. createWaitable(java.lang.Double timeout)(package private) <T> Waitable<T>PageImpl. createWaitableFrameDetach(Frame frame)(package private) <T> Waitable<T>PageImpl. createWaitableNavigationTimeout(java.lang.Double timeout)(package private) <T> Waitable<T>PageImpl. createWaitableTimeout(java.lang.Double timeout)(package private) <T> Waitable<T>PageImpl. createWaitForCloseHelper()Methods in com.microsoft.playwright.impl with parameters of type Waitable Modifier and Type Method Description (package private) <T> TChannelOwner. runUntil(java.lang.Runnable code, Waitable<T> waitable)Constructor parameters in com.microsoft.playwright.impl with type arguments of type Waitable Constructor Description WaitableRace(java.util.Collection<Waitable<T>> waitables)
-