Skip to content

Commit

Permalink
chore: increase readability of Puppeteer diagram (#5947)
Browse files Browse the repository at this point in the history
  • Loading branch information
LesterCovax committed Jun 2, 2020
1 parent 58d1eab commit a84e07c
Show file tree
Hide file tree
Showing 3 changed files with 230 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ The Puppeteer API is hierarchical and mirrors the browser structure.

> **NOTE** On the following diagram, faded entities are not currently represented in Puppeteer.
![puppeteer overview](https://user-images.githubusercontent.com/746130/40333229-5df5480c-5d0c-11e8-83cb-c3e371de7374.png)
![puppeteer overview](../docs/assets/puppeteerOverview.png)

- [`Puppeteer`](#class-puppeteer) communicates with the browser using [DevTools Protocol](https://chromedevtools.github.io/devtools-protocol/).
- [`Browser`](#class-browser) instance can own multiple browser contexts.
Expand Down
Binary file added docs/assets/puppeteerOverview.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a84e07c

Please sign in to comment.