Package com.microsoft.playwright.impl
Class FrameImpl.WaitForLoadStateHelper
java.lang.Object
com.microsoft.playwright.impl.FrameImpl.WaitForLoadStateHelper
- All Implemented Interfaces:
Waitable<Void>,Consumer<WaitUntilState>
- Enclosing class:
FrameImpl
private class FrameImpl.WaitForLoadStateHelper
extends Object
implements Waitable<Void>, Consumer<WaitUntilState>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final WaitUntilStateprivate booleanprivate final Logger -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
expectedState
-
logger
-
isDone
private boolean isDone
-
-
Constructor Details
-
WaitForLoadStateHelper
WaitForLoadStateHelper(WaitUntilState state, Logger logger)
-
-
Method Details