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 { FFInterception as FirefoxInterception } from './features/ffInterception';
|
|
|
|
|
export { FFBrowser as FirefoxBrowser } from './ffBrowser';
|
|
|
|
|
export { FFPlaywright as Firefox } from './ffPlaywright';
|