class Playwright::APIRequest
see ‘APIRequestContext`.
of this class can be obtained via [`property: Playwright.request`]. For more information
`APIRequestContext` instance which in turn can be used for sending web requests. An instance
Exposes API that can be used for the Web API testing. This class is used for creating
def new_context(
def new_context( baseURL: nil, extraHTTPHeaders: nil, httpCredentials: nil, ignoreHTTPSErrors: nil, proxy: nil, storageState: nil, timeout: nil, userAgent: nil) raise NotImplementedError.new('new_context is not implemented yet.') end