Uses of Interface
com.microsoft.playwright.APIRequestContext
-
Packages that use APIRequestContext Package Description com.microsoft.playwright com.microsoft.playwright.impl.junit -
-
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.junit
Methods in com.microsoft.playwright.impl.junit that return APIRequestContext Modifier and Type Method Description static APIRequestContextAPIRequestContextExtension. getOrCreateAPIRequestContext(org.junit.jupiter.api.extension.ExtensionContext extensionContext)Returns the APIRequestContext that belongs to the current test.
-