Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/softspiders/puppeteer-screenshot
Taking screenshots with Puppeteer
https://github.com/softspiders/puppeteer-screenshot
browser e2e headless hello-world helloworld javascipt js node nodejs puppeteer screenshot softspider softspiders ss starter template test testing
Last synced: about 6 hours ago
JSON representation
Taking screenshots with Puppeteer
- Host: GitHub
- URL: https://github.com/softspiders/puppeteer-screenshot
- Owner: softspiders
- License: mit
- Created: 2019-04-16T14:37:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-05T00:48:37.000Z (over 3 years ago)
- Last Synced: 2024-07-30T20:07:23.915Z (4 months ago)
- Topics: browser, e2e, headless, hello-world, helloworld, javascipt, js, node, nodejs, puppeteer, screenshot, softspider, softspiders, ss, starter, template, test, testing
- Language: JavaScript
- Homepage:
- Size: 24.4 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[SOFTSPIDERS](https://github.com/softspiders/softspiders)
# Taking screenshots with [Puppeteer](https://github.com/GoogleChrome/puppeteer)
## Feature tags
- puppeteer
- screenshot
- starter
- template---
## Direct ancestors - also by code
[puppeteer](https://github.com/softspiders/puppeteer)
---
## Requirements
[Node.js](https://nodejs.org/en/download/package-manager/)
---
## Installation
```sh
yarn
```## Running
```sh
node index
```## Checking results
The screenshot file *wikipedia-helloworld.png* should appear in the root directory.
## Authors
[Alexander Lapygin](https://github.com/AlexanderLapygin)
## Inspiration
[Using Puppeteer for Easy Control Over Headless Chrome](https://alligator.io/tooling/puppeteer/)
### License
Licensed under the [MIT license](./LICENSE).