1.3.0 • Published 3 years ago

puppeteer_steroids v1.3.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Puppeteer on steroids :muscle: !!!

jupyter notebook like development environment for puppeteer. Build puppeteer apps with least effort and best result.

installation

requirements:

  • nodejs latest version
  • Chromium browser

How to install:

# clone this repo
git clone https://github.com/adnangif/puppeteer_ui

# navigate to puppeteer_ui folder
cd puppeteer_ui 

# install dependancy
npm install

# now to run the APP
node index.js

Or,

# may take upto 20minutes depending on internet connection
npm i -g puppeteer_steroids 

# run from command line
puppeteer_ui

After running this code, a link should open on your default browser At: http://localhost:3000 And another blank page chromium or google chrome browser instance will open with puppeteer in charge.

Usage:

By default, page object is given to do any kind of operation, for Example:

await page.goto("https://google.com/")
await page.type("input", "github.com/adnangif",{delay:200})
await page.type("input", "\n",{delay:200})
await page.click("h3")
await page.click("span[title='puppeteer_ui']")

Demo

0. first img 1. first img 2. first img 3. first img 4. first img 5. first img 6. first img 7. first img

special thanks to zbz343 for creating this awesome readme

1.3.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.2.1

3 years ago

1.1.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago