chore: increase readability of Puppeteer diagram (#5947)

This commit is contained in:
Lester Covax 2020-06-02 09:22:17 -04:00 committed by GitHub
parent 58d1eab794
commit a84e07ceaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 230 additions and 1 deletions

View File

@ -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.

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 234 KiB