public interface APIRequest
APIRequestContext
instance which
in turn can be used for sending web requests. An instance of this class can be obtained via Playwright.request()
. For more information see APIRequestContext
.Modifier and Type | Interface and Description |
---|---|
static class |
APIRequest.NewContextOptions |
Modifier and Type | Method and Description |
---|---|
default APIRequestContext |
newContext()
Creates new instances of
APIRequestContext . |
APIRequestContext |
newContext(APIRequest.NewContextOptions options)
Creates new instances of
APIRequestContext . |
default APIRequestContext newContext()
APIRequestContext
.APIRequestContext newContext(APIRequest.NewContextOptions options)
APIRequestContext
.Copyright © 2022. All rights reserved.