2.3.3 • Published 2 years ago
puppeteer-extra-plugin-flash v2.3.3
puppeteer-extra-plugin-flash
A plugin for puppeteer-extra.
Install
yarn add puppeteer-extra-plugin-flash
Changelog
v2.2.5
API
Table of Contents
Plugin
Extends: PuppeteerExtraPlugin
Allow flash on all sites without user interaction.
Note: The flash plugin is not working in headless mode.
Note: When using the default Chromium browser
pluginPath
and pluginVersion
must be specified (stated in chrome://version/
).
Note: Unfortunately this doesn't seem to enable flash on incognito pages, see this gist for a workaround using management policies.
Type: function (opts)
opts
Object Options (optional, default{}
)
Example:
const puppeteer = require('puppeteer-extra')
puppeteer.use(require('puppeteer-extra-plugin-flash')())
;(async () => {
const browser = await puppeteer.launch({ headless: false })
const page = await browser.newPage()
await page.goto('http://ultrasounds.com', { waitUntil: 'domcontentloaded' })
})()
2.3.3
2 years ago
2.3.2
3 years ago
2.3.1
3 years ago
2.3.0
4 years ago
2.2.10
4 years ago
2.2.9
4 years ago
2.2.8
5 years ago
2.2.7
5 years ago
2.2.6
5 years ago
2.2.5
5 years ago
2.2.4
5 years ago
2.2.3
5 years ago
2.2.1
6 years ago
2.2.2
6 years ago
2.1.6
6 years ago
2.1.5
6 years ago
2.1.3
6 years ago
2.1.2
6 years ago
2.1.1
7 years ago
2.0.10
7 years ago
2.0.7
7 years ago
2.0.6
7 years ago
2.0.5
7 years ago
2.0.4
7 years ago
2.0.3
7 years ago
2.0.2
7 years ago
2.0.1
7 years ago