mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
docs(api.md): upload new diagram
This patch fixes a typo in the diagram.
This commit is contained in:
parent
37cc9f567d
commit
457592308f
@ -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.
|
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/).
|
- [`Puppeteer`](#class-puppeteer) communicates with the browser using [DevTools Protocol](https://chromedevtools.github.io/devtools-protocol/).
|
||||||
- [`Browser`](#class-browser) instance can own multiple pages.
|
- [`Browser`](#class-browser) instance can own multiple pages.
|
||||||
|
Loading…
Reference in New Issue
Block a user