UNPKG

@luminati-io/webdriverio8

Version:

Next-gen browser and mobile automation test framework for Node.js

6 lines 212 B
import type { RemoteOptions } from '../types.js'; export declare function getProtocolDriver(options: RemoteOptions): Promise<{ Driver: any; options: RemoteOptions; }>; //# sourceMappingURL=driver.d.ts.map