From 73c43bebd8882cd64098a23e874a062e4de916bc Mon Sep 17 00:00:00 2001 From: Tim Nolet Date: Thu, 16 Aug 2018 23:48:50 +0200 Subject: [PATCH] docs: Add Puppeteer Recorder extension to docs (#3088) --- examples/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/README.md b/examples/README.md index a5e965f0da0..4c2ee2e4900 100644 --- a/examples/README.md +++ b/examples/README.md @@ -23,6 +23,7 @@ More complex and use case driven examples can be found at [github.com/GoogleChro - [puppeteer-examples](https://github.com/checkly/puppeteer-examples) - Puppeteer Headless Chrome examples for real life use cases such as getting useful info from the web pages or common login scenarios. - [browserless](https://github.com/joelgriffith/browserless) - Headless Chrome as a service letting you execute Puppeteer scripts remotely. Provides a docker image with configuration for concurrency, launch arguments and more. - [Puppeteer Sandbox](https://puppeteersandbox.com) - Puppeteer sandbox environment as a service. Runs Puppeteer scripts and allows saving and embedding them in external sites and markdown files. +- [Puppeteer Recorder](https://chrome.google.com/webstore/detail/puppeteer-recorder/djeegiggegleadkkbgopoonhjimgehda) - A Chrome extension that records your browser interactions and generates a Puppeteer script. ## Testing