Package com.microsoft.playwright.impl
Class APIRequestImpl
java.lang.Object
com.microsoft.playwright.impl.APIRequestImpl
- All Implemented Interfaces:
APIRequest
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.microsoft.playwright.APIRequest
APIRequest.NewContextOptions -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnewContext(APIRequest.NewContextOptions options) Creates new instances ofAPIRequestContext.private APIRequestContextImplMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.playwright.APIRequest
newContext
-
Field Details
-
playwright
-
-
Constructor Details
-
APIRequestImpl
APIRequestImpl(PlaywrightImpl playwright)
-
-
Method Details
-
newContext
Description copied from interface:APIRequestCreates new instances ofAPIRequestContext.- Specified by:
newContextin interfaceAPIRequest
-
newContextImpl
-