UNPKG

playwright-with-fingerprints

Version:

A plugin that improves the stealth of the playwright library using fingerprints

11 lines (9 loc) 337 B
const Loader = require('browser-with-fingerprints/src/loader'); /** * The loader instance for the `playwright` framework that supports both the default and `core` versions. * * The minimum required framework version is `1.27.1`. * * @internal */ module.exports = new Loader('playwright', '1.27.1', ['playwright-core']);