UNPKG

appium-geckodriver

Version:

Appium driver for Gecko-based browsers and web views

44 lines 895 B
export const desiredCapConstraints: { browserName: { isString: boolean; }; browserVersion: { isString: boolean; }; acceptInsecureCerts: { isBoolean: boolean; }; pageLoadStrategy: { isString: boolean; }; proxy: { isObject: boolean; }; setWindowRect: { isBoolean: boolean; }; timeouts: { isObject: boolean; }; unhandledPromptBehavior: { isString: boolean; }; systemPort: { isNumber: boolean; }; marionettePort: { isNumber: boolean; }; verbosity: { isString: boolean; inclusionCaseInsensitive: string[]; }; androidStorage: { isString: boolean; inclusionCaseInsensitive: string[]; }; 'moz:firefoxOptions': { isObject: boolean; }; }; //# sourceMappingURL=desired-caps.d.ts.map