class Playwright::APIRequest
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