New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

automation-extra

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

automation-extra

Driver agnostic plugin framework used by playwright-extra and puppeteer-extra.

  • 4.2.1-next.590
  • npm
  • Socket score

Version published
Weekly downloads
613
increased by19.03%
Maintainers
1
Weekly downloads
 
Created
Source

automation-extra GitHub Workflow Status Discord npm

Driver agnostic plugin framework used by playwright-extra and puppeteer-extra.

Installation

yarn add automation-extra
Changelog
  • v4.1
    • Initial public release

Context

  • A rewrite of the puppeteer-extra plugin system to be driver agnostic and support both Puppeteer and Playwright.
  • Not meant to be used directly by end-users but through puppeteer-extra and playwright-extra.
  • Supports both legacy PuppeteerExtraPlugins as well as new AutomationExtraPlugins.

API

Table of Contents

addExtraPlaywright(launcher)

  • launcher PlaywrightBrowserLauncher Playwright (or compatible) browser launcher

Returns: PlaywrightExtra

Augment the provided Playwright browser launcher with plugin functionality.

Example:

import playwright from 'playwright'
const chromium = addExtra(playwright.chromium)
chromium.use(plugin)

addExtraPuppeteer(launcher)

  • launcher PuppeteerBrowserLauncher Puppeteer (or compatible) browser launcher

Returns: PuppeteerExtra

Augment the provided Puppeteer browser launcher with plugin functionality.

Example:

import vanillaPuppeteer from 'puppeteer'
const puppeteer = addExtra(vanillaPuppeteer)
puppeteer.use(plugin)

License

Copyright © 2018 - 2020, berstend̡̲̫̹̠̖͚͓̔̄̓̐̄͛̀͘. Released under the MIT License.

Keywords

FAQs

Package last updated on 08 Feb 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc