10.2.5 • Published 3 years ago

puppeteer-extended-frame-methods v10.2.5

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

Puppeteer Extended Frame Methods

A fork from puppeteer lib with additional frame method, like mouse.down, mouse.move, mouse.up

Build status npm puppeteer package

API | FAQ | Contributing | Troubleshooting

Puppeteer is a Node library which provides a high-level API to control Chrome or Chromium over the DevTools Protocol. Puppeteer runs headless by default, but can be configured to run full (non-headless) Chrome or Chromium.

Getting Started

Installation

To use Puppeteer extended frame methods in your project, run:

npm i puppeteer-extended-frame-methods
# or "yarn add puppeteer-extended-frame-methods"

For more details check main documentation: https://github.com/puppeteer/puppeteer