UNPKG

webdriverio

Version:

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

4 lines 292 B
import { type remote, type local } from 'webdriver'; export declare function parseScriptResult(params: remote.ScriptCallFunctionParameters, result: local.ScriptEvaluateResult): any; export declare function deserialize(result: remote.ScriptLocalValue): any; //# sourceMappingURL=index.d.ts.map