UNPKG

webdriver

Version:

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

5 lines 430 B
import { type CommandEndpoint } from '@wdio/protocols'; import type { WebDriverResponse } from './request/index.js'; import type { BaseClient, BidiResponses } from './types.js'; export default function (method: string, endpointUri: string, commandInfo: CommandEndpoint, doubleEncodeVariables?: boolean): (this: BaseClient, ...args: any[]) => Promise<WebDriverResponse | BidiResponses | void>; //# sourceMappingURL=command.d.ts.map