From 0cc80ea795a8ad028994f5b875264283c22f7fd5 Mon Sep 17 00:00:00 2001 From: Andriy Orehov Date: Wed, 3 Oct 2018 20:46:37 +0300 Subject: [PATCH] add pyppeteer --- python.md | 1 + 1 file changed, 1 insertion(+) diff --git a/python.md b/python.md index 677ba9d..2585634 100644 --- a/python.md +++ b/python.md @@ -196,6 +196,7 @@ statistic of browsers * [Spynner](https://github.com/makinacorpus/spynner) - wrapper of QtWebKit QtWebKit (requires PyQT) * [Splinter](https://github.com/cobrateam/splinter) - univeral API to browser emulators (selenium webdrivers, django client, zope) * Headless tools + * [pyppeteer](https://github.com/miyakogi/pyppeteer) - Headless chrome/chromium automation library (unofficial port of puppeteer) * [xvfbwrapper](https://github.com/cgoldberg/xvfbwrapper) - Python wrapper for running a display inside X virtual framebuffer (Xvfb) ## Multiprocessing