playwright/src/chromium/crApi.ts

12 lines
592 B
TypeScript
Raw Normal View History

2019-11-21 00:16:57 +01:00
// 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';
2019-12-21 05:28:35 +01:00
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';