UNPKG

appium-safari-driver

Version:
41 lines 1.11 kB
declare const desiredCapConstraints: { readonly browserName: { readonly isString: true; }; readonly browserVersion: { readonly isString: true; }; readonly acceptInsecureCerts: { readonly isBoolean: true; }; readonly 'safari:platformVersion': { readonly isString: true; }; readonly 'safari:platformBuildVersion': { readonly isString: true; }; readonly 'safari:useSimulator': { readonly isBoolean: true; }; readonly 'safari:deviceType': { readonly isString: true; }; readonly 'safari:deviceName': { readonly isString: true; }; readonly 'safari:deviceUDID': { readonly isString: true; }; readonly 'safari:automaticInspection': { readonly isBoolean: true; }; readonly 'safari:automaticProfiling': { readonly isBoolean: true; }; readonly 'webkit:WebRTC': { readonly isObject: true; }; }; export { desiredCapConstraints }; export type SafariConstraints = typeof desiredCapConstraints; //# sourceMappingURL=desired-caps.d.ts.map