Socket
Book a DemoInstallSign in
Socket

guzel

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

guzel

guzel - remote headless puppeteer watcher

latest
Source
npmnpm
Version
6.0.2
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

guzel - remote headless puppeteer watcher

güzel /ɟy.zɛl/, Turkish, adj - beautiful

If you want to connect to headless puppeteer, you don't need to change your code at all. Just add the following lines for guzel activation!

const guzel = require('guzel');

// const browser = await puppeteer.launch...

guzel(browser);

Then open http://localhost:3208 to control your puppeteer browser.

Demo

guzel demo

Instalation

npm i -S guzel

Usage

const guzel = require('guzel');

//...

const browser = await puppeteer.launch({ headless: true, args: ['--no-sandbox'] });

await guzel(browser);

//...

Remote browser (headless puppeteer remote usage)

You can run guzel on remote server (ex. your-server.com)

ssh your-server.com
git clone git@github.com:ivanoff/guzel.git
cd guzel/example
sudo docker-compose up

Then open your-server.com:3208 and start to surf the internet with your guzel puppeteer

Keywords

guzel

FAQs

Package last updated on 12 Apr 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts