UNPKG

selenium-with-fingerprints

Version:

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

11 lines (9 loc) 273 B
const Loader = require('browser-with-fingerprints/src/loader'); /** * The loader instance for the `selenium` framework. * * The minimum required framework version is `4.5.0`. * * @internal */ module.exports = new Loader('selenium-webdriver', '4.5.0', []);