feat: use stealth plugin
This commit is contained in:
@@ -12,9 +12,11 @@ import {
|
||||
getRemoteBrowserCurrentUrl, getRemoteBrowserCurrentTabs,
|
||||
} from '../browser-management/controller'
|
||||
import { chromium } from 'playwright-extra';
|
||||
import stealthPlugin from 'puppeteer-extra-plugin-stealth';
|
||||
import logger from "../logger";
|
||||
|
||||
export const router = Router();
|
||||
chromium.use(stealthPlugin());
|
||||
|
||||
/**
|
||||
* Logs information about remote browser recording session.
|
||||
|
||||
Reference in New Issue
Block a user