UNPKG

webdriver

Version:

A Node.js bindings implementation for the W3C WebDriver and Mobile JSONWire Protocol

8 lines 289 B
import { WebDriverRequest } from './request.js'; /** * Cross platform implementation of a fetch based request using native fetch */ export declare class FetchRequest extends WebDriverRequest { fetch(url: URL, opts: RequestInit): Promise<Response>; } //# sourceMappingURL=web.d.ts.map