
opts.enabledEvasions Set? Specify which evasions to use (by default all)ĭefault export, PuppeteerExtraStealthPluginĬopyright © 2018 - 2023, berstend̡̲̫̹̠̖͚͓̔̄̓̐̄͛̀͘. Puppeteer.launch(Įnabled evasions can be configured either through opts or by modifying this property.Įxample: // Remove specific evasion from enabled ones dynamically const pluginStealth = require( 'puppeteer-extra-plugin-stealth')() add stealth plugin and use defaults (all evasion techniques) const StealthPlugin = require( 'puppeteer-extra-plugin-stealth') Usage // puppeteer-extra is a drop-in replacement for puppeteer, // it augments the installed puppeteer with plugin functionality const puppeteer = require( 'puppeteer-extra') Npm install puppeteer puppeteer-extra puppeteer-extra-plugin-stealth If this is your first puppeteer-extra plugin here's everything you need: yarn add puppeteer puppeteer-extra puppeteer-extra-plugin-stealth Npm install puppeteer-extra-plugin-stealth Install yarn add puppeteer-extra-plugin-stealth
There are no other projects in the npm registry using puppeteer-extra-plugin-angular. Start using puppeteer-extra-plugin-angular in your project by running npm i puppeteer-extra-plugin-angular.
Latest version: 3.2.4, last published: 2 years ago. Start using puppeteer-extra in your project by running npm i puppeteer-extra. A plugin for puppeteer-extra to provide puppeteer functionality with Angular synchronization support. Latest version: 3.3.6, last published: 2 months ago. A plugin for puppeteer-extra and playwright-extra to prevent detection. Teach puppeteer new tricks through plugins.