playwright/src/chromium/crApi.ts
2020-01-03 08:45:31 -08:00

12 lines
592 B
TypeScript

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
export { CRBrowser as ChromiumBrowser } from './crBrowser';
export { CRSession as ChromiumSession } from './crConnection';
export { ChromiumPage } from './crPage';
export { CRPlaywright as ChromiumPlaywright } from './crPlaywright';
export { CRTarget as ChromiumTarget } from './crTarget';
export { CRAccessibility as ChromiumAccessibility } from './features/crAccessibility';
export { CRCoverage as ChromiumCoverage } from './features/crCoverage';
export { CRWorker as ChromiumWorker } from './features/crWorkers';