UNPKG

appium-geckodriver

Version:

Appium driver for Gecko-based browsers and web views

47 lines 1.25 kB
export declare const desiredCapConstraints: { readonly browserName: { readonly isString: true; }; readonly browserVersion: { readonly isString: true; }; readonly acceptInsecureCerts: { readonly isBoolean: true; }; readonly pageLoadStrategy: { readonly isString: true; }; readonly proxy: { readonly isObject: true; }; readonly setWindowRect: { readonly isBoolean: true; }; readonly timeouts: { readonly isObject: true; }; readonly unhandledPromptBehavior: { readonly isString: true; }; readonly systemPort: { readonly isNumber: true; }; readonly marionettePort: { readonly isNumber: true; }; readonly geckodriverExecutable: { readonly isString: true; }; readonly verbosity: { readonly isString: true; readonly inclusionCaseInsensitive: [string, ...string[]]; }; readonly androidStorage: { readonly isString: true; readonly inclusionCaseInsensitive: readonly ["auto", "app", "internal", "sdcard"]; }; readonly 'moz:firefoxOptions': { readonly isObject: true; }; }; //# sourceMappingURL=desired-caps.d.ts.map