2019-11-21 00:16:57 +01:00
|
|
|
// Copyright (c) Microsoft Corporation.
|
|
|
|
|
// Licensed under the MIT license.
|
|
|
|
|
|
2019-12-20 21:44:15 +01:00
|
|
|
export { CRBrowser as ChromiumBrowser } from './crBrowser';
|
|
|
|
|
export { CRSession as ChromiumSession } from './crConnection';
|
2019-12-23 20:39:57 +01:00
|
|
|
export { ChromiumPage } from './crPage';
|
2019-12-21 05:28:35 +01:00
|
|
|
export { CRPlaywright as ChromiumPlaywright } from './crPlaywright';
|
2019-12-20 21:44:15 +01:00
|
|
|
export { CRTarget as ChromiumTarget } from './crTarget';
|
|
|
|
|
export { CRAccessibility as ChromiumAccessibility } from './features/crAccessibility';
|
|
|
|
|
export { CRCoverage as ChromiumCoverage } from './features/crCoverage';
|
2019-12-21 18:03:52 +01:00
|
|
|
export { CRWorker as ChromiumWorker } from './features/crWorkers';
|