From 457592308fc97059930f82dfcdb26b37e33cc018 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Wed, 18 Apr 2018 11:54:51 -0700 Subject: [PATCH] docs(api.md): upload new diagram This patch fixes a typo in the diagram. --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index 383c60de901..097e8ecc262 100644 --- a/docs/api.md +++ b/docs/api.md @@ -258,7 +258,7 @@ Puppeteer is a Node library which provides a high-level API to control Chromium The Puppeteer API is hierarchical and mirrors the browser structure. On the following diagram, faded entities are not currently represented in Puppeteer. -![puppeteer overview](https://user-images.githubusercontent.com/746130/31592143-089f6f9a-b1db-11e7-9a20-16b7fc754fa1.png) +![puppeteer overview](https://user-images.githubusercontent.com/746130/38952006-1c3c9c16-42ff-11e8-93af-e498076f28b4.png) - [`Puppeteer`](#class-puppeteer) communicates with the browser using [DevTools Protocol](https://chromedevtools.github.io/devtools-protocol/). - [`Browser`](#class-browser) instance can own multiple pages.