chore: use mcp implementation in Playwright (#992)

This commit is contained in:
Pavel Feldman
2025-09-04 06:40:19 -07:00
committed by GitHub
parent d142f13d80
commit c58b2a93da
124 changed files with 49 additions and 17534 deletions

View File

@@ -15,5 +15,5 @@
* limitations under the License.
*/
const { createConnection } = require('./lib/index.js');
const { createConnection } = require('playwright/lib/mcp/index');
module.exports = { createConnection };