class Playwright::APIRequest

manually. For more information see [here](./class-apirequestcontext).
attached which shares cookies with the page context. Its also possible to create a new APIRequestContext instance
Exposes API that can be used for the Web API testing. Each Playwright browser context has a APIRequestContext instance

def new_context(

Creates new instances of `APIRequestContext`.
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