1
0
mirror of https://github.com/lorien/awesome-web-scraping.git synced 2024-11-24 08:32:19 +02:00

Added Playwright

Playwright is Node.js library to automate Chromium, Firefox and WebKit with a single API
This commit is contained in:
nepal_forever 2020-09-11 10:54:07 +05:45 committed by GitHub
parent 1d6c395bea
commit 12c8dbd80d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -140,6 +140,7 @@ This list contains JavaScript libraries related to web scraping and data process
* [headless-chrome-crawler](https://github.com/yujiosaka/headless-chrome-crawler) - Distributed crawler powered by Headless Chrome
* [puppeteer-recorder](https://github.com/checkly/puppeteer-recorder) - Puppeteer recorder is a Chrome extension that records your browser interactions and generates a Puppeteer script.
* [wendigo](https://github.com/angrykoala/wendigo) - Test-oriented headless browser, built on top of Puppeteer.
* [Playwright](https://github.com/microsoft/playwright) - Node.js library to automate Chromium, Firefox and WebKit with a single API
## Multiprocessing
* [nexpect](https://github.com/nodejitsu/nexpect) - spawn and control child processes in node.js with ease