https://github.com/softspiders/puppeteer
Puppeteer's HelloWorld
https://github.com/softspiders/puppeteer
browser e2e headless hello-world helloworld javascript js min node node-js nodejs puppeteer softspider softspiders ss template test testing
Last synced: 2 months ago
JSON representation
Puppeteer's HelloWorld
- Host: GitHub
- URL: https://github.com/softspiders/puppeteer
- Owner: softspiders
- License: mit
- Created: 2019-04-16T13:33:06.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-05T00:48:35.000Z (about 5 years ago)
- Last Synced: 2025-01-15T20:20:03.158Z (over 1 year ago)
- Topics: browser, e2e, headless, hello-world, helloworld, javascript, js, min, node, node-js, nodejs, puppeteer, softspider, softspiders, ss, template, test, testing
- Language: JavaScript
- Size: 26.4 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SOFTSPIDERS
# [Puppeteer](https://github.com/GoogleChrome/puppeteer)'s HelloWorld
## Feature tags
- puppeteer
## Direct descendants
* [puppeteer-screenshot](https://github.com/softspiders/puppeteer-screenshot) - also by code
* [puppeteer-jest](https://github.com/softspiders/puppeteer-jest)
---
## Requirements
[Node.js](https://nodejs.org/en/download/package-manager/) >= v6.4.0
---
## Installation
```sh
yarn
```
Note: When you install Puppeteer, it downloads a recent version of Chromium (~170MB Mac, ~282MB Linux, ~280MB Win) that is guaranteed to work with the API. To skip the download, see [Environment variables](https://github.com/GoogleChrome/puppeteer/blob/v1.15.0/docs/api.md#environment-variables).
## Running
```sh
node index
```
## 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).