feat: use chromium from playwright-extra
This commit is contained in:
@@ -11,7 +11,7 @@ import {
|
||||
stopRunningInterpretation,
|
||||
getRemoteBrowserCurrentUrl, getRemoteBrowserCurrentTabs,
|
||||
} from '../browser-management/controller'
|
||||
import { chromium } from "playwright";
|
||||
import { chromium } from 'playwright-extra';
|
||||
import logger from "../logger";
|
||||
|
||||
export const router = Router();
|
||||
|
||||
Reference in New Issue
Block a user