puppeteer-extra-plugin-aurelia-store
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

puppeteer-extra-plugin-aurelia-store

A plugin for puppeteer-extra.

Install

npm install puppeteer-extra-plugin-aurelia-store

Use

const browser = await puppeteer.launch({
  headless: false
});

const page = await browser.newPage();
await (page as any).connectToStore();
await page.dispatch('actionname', param1, paramN);

Package Sidebar

Install

npm i puppeteer-extra-plugin-aurelia-store

Weekly Downloads

1

Version

0.1.1

License

MIT

Unpacked Size

6.24 kB

Total Files

6

Last publish

Collaborators

  • zewa666