webdriver
Version:
A Node.js bindings implementation for the W3C WebDriver and Mobile JSONWire Protocol
6 lines • 360 B
TypeScript
import type { Options } from '@wdio/types';
import type { RemoteConfig } from './types.js';
export declare const DEFAULTS: Options.Definition<Required<RemoteConfig>>;
export declare const ELEMENT_KEY = "element-6066-11e4-a52e-4f735466cecf";
export declare const SHADOW_ELEMENT_KEY = "shadow-6066-11e4-a52e-4f735466cecf";
//# sourceMappingURL=constants.d.ts.map