Uses of Interface
com.microsoft.playwright.APIRequestContext
-
Packages that use APIRequestContext Package Description com.microsoft.playwright com.microsoft.playwright.impl -
-
Uses of APIRequestContext in com.microsoft.playwright
Methods in com.microsoft.playwright that return APIRequestContext Modifier and Type Method Description default APIRequestContextAPIRequest. newContext()Creates new instances ofAPIRequestContext.APIRequestContextAPIRequest. newContext(APIRequest.NewContextOptions options)Creates new instances ofAPIRequestContext.APIRequestContextBrowserContext. request()API testing helper associated with this context.APIRequestContextPage. request()API testing helper associated with this page. -
Uses of APIRequestContext in com.microsoft.playwright.impl
Classes in com.microsoft.playwright.impl that implement APIRequestContext Modifier and Type Class Description (package private) classAPIRequestContextImpl
-