2019-11-21 00:16:57 +01:00
|
|
|
// Copyright (c) Microsoft Corporation.
|
|
|
|
|
// Licensed under the MIT license.
|
|
|
|
|
|
2019-12-20 03:02:28 +01:00
|
|
|
export { CRBrowser } from './crBrowser';
|
|
|
|
|
export { CRSession } from './crConnection';
|
|
|
|
|
export { CRPlaywright } from './crPlaywright';
|
|
|
|
|
export { CRTarget } from './crTarget';
|
|
|
|
|
export { CRAccessibility } from './features/crAccessibility';
|
|
|
|
|
export { CRCoverage } from './features/crCoverage';
|
|
|
|
|
export { CRInterception } from './features/crInterception';
|
|
|
|
|
export { CROverrides } from './features/crOverrides';
|
|
|
|
|
export { CRPDF } from './features/crPdf';
|
|
|
|
|
export { CRPermissions } from './features/crPermissions';
|
|
|
|
|
export { CRWorker, CRWorkers } from './features/crWorkers';
|
2019-12-20 02:03:27 +01:00
|
|
|
|