Package com.microsoft.playwright.impl
Class APIRequestImpl
- java.lang.Object
-
- com.microsoft.playwright.impl.APIRequestImpl
-
- All Implemented Interfaces:
APIRequest
class APIRequestImpl extends java.lang.Object implements APIRequest
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.microsoft.playwright.APIRequest
APIRequest.NewContextOptions
-
-
Field Summary
Fields Modifier and Type Field Description private PlaywrightImplplaywright
-
Constructor Summary
Constructors Constructor Description APIRequestImpl(PlaywrightImpl playwright)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description APIRequestContextImplnewContext(APIRequest.NewContextOptions options)Creates new instances ofAPIRequestContext.private APIRequestContextImplnewContextImpl(APIRequest.NewContextOptions options)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.microsoft.playwright.APIRequest
newContext
-
-
-
-
Field Detail
-
playwright
private final PlaywrightImpl playwright
-
-
Constructor Detail
-
APIRequestImpl
APIRequestImpl(PlaywrightImpl playwright)
-
-
Method Detail
-
newContext
public APIRequestContextImpl newContext(APIRequest.NewContextOptions options)
Description copied from interface:APIRequestCreates new instances ofAPIRequestContext.- Specified by:
newContextin interfaceAPIRequest
-
newContextImpl
private APIRequestContextImpl newContextImpl(APIRequest.NewContextOptions options)
-
-