UNPKG

@testplane/webdriverio

Version:

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

4 lines 303 B
import { type remote, type local } from '@testplane/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