Skip to content

Commit

Permalink
docs(api.md): add links to CDP guide and pptr.dev (#4159)
Browse files Browse the repository at this point in the history
  • Loading branch information
aslushnikov committed Mar 13, 2019
1 parent 0c8ace2 commit 808d1bb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/api.md
Expand Up @@ -3,6 +3,7 @@
<!-- GEN:empty-if-release -->
> NExt Release: **Mar 28, 2019**
<!-- GEN:stop -->
- Interactive Documentation: https://pptr.dev
- API Translations: [中文|Chinese](https://zhaoqize.github.io/puppeteer-api-zh_CN/#/)
- Releases per Chromium Version:
* Chromium 73.0.3679.0 - [Puppeteer v1.12.2](https://github.com/GoogleChrome/puppeteer/blob/v1.12.2/docs/api.md)
Expand Down Expand Up @@ -3460,7 +3461,9 @@ The `CDPSession` instances are used to talk raw Chrome Devtools Protocol:
- protocol methods can be called with `session.send` method.
- protocol events can be subscribed to with `session.on` method.

Documentation on DevTools Protocol can be found here: [DevTools Protocol Viewer](https://chromedevtools.github.io/devtools-protocol/).
Useful links:
- Documentation on DevTools Protocol can be found here: [DevTools Protocol Viewer](https://chromedevtools.github.io/devtools-protocol/).
- Getting Started with DevTools Protocol: https://github.com/aslushnikov/getting-started-with-cdp/blob/master/README.md

```js
const client = await page.target().createCDPSession();
Expand Down

0 comments on commit 808d1bb

Please sign in to comment.