1
Fork 0

use playwright-core package

This commit is contained in:
Conduitry 2022-06-08 07:08:14 -04:00
parent 2badb4fe0b
commit 096e30ce0c
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
import { firefox } from 'playwright';
import { firefox } from 'playwright-core';
const browser = await firefox.launch();
const context = await browser.newContext();

View File

@ -1,6 +1,6 @@
{
"type": "module",
"dependencies": {
"playwright": "1.22.2"
"playwright-core": "1.22.2"
}
}