appium-chromium-driver
Version:
Appium 2.x driver for Chromium-based browsers that work with Chromedriver
13 lines • 398 B
TypeScript
import type { DriverCaps, W3CDriverCaps } from '@appium/types';
import type { CDConstraints } from './driver';
/**
* W3C-style caps for {@link ChromiumDriver}
* @public
*/
export type W3CChromiumDriverCaps = W3CDriverCaps<CDConstraints>;
/**
* Capabilities for {@link ChromiumDriver}
* @public
*/
export type ChromiumDriverCaps = DriverCaps<CDConstraints>;
//# sourceMappingURL=types.d.ts.map