puppeteer/utils/doclint/check_public_api/test
Andrey Lushnikov a424f5613a Introduce Puppeteer.connect method (#264)
This patch:
- refactors Connection to use a single remote debugging URL instead of a
  pair of port and browserTargetId
- introduces Puppeteer.connect() method to attach to already running
  browser instance.

Fixes #238.
2017-08-15 14:29:42 -07:00
..
01-class-errors [doclint] Prepare doclint for more checks 2017-07-31 00:10:59 -07:00
02-method-errors [doclint] Prepare doclint for more checks 2017-07-31 00:10:59 -07:00
03-property-errors [doclint] Prepare doclint for more checks 2017-07-31 00:10:59 -07:00
04-bad-arguments [doclint] Prepare doclint for more checks 2017-07-31 00:10:59 -07:00
05-event-errors [doclint] Prepare doclint for more checks 2017-07-31 00:10:59 -07:00
06-duplicates [doclint] Prepare doclint for more checks 2017-07-31 00:10:59 -07:00
07-sorting [doclint] Prepare doclint for more checks 2017-07-31 00:10:59 -07:00
08-return [doclint] Prepare doclint for more checks 2017-07-31 00:10:59 -07:00
golden Introduce Puppeteer.connect method (#264) 2017-08-15 14:29:42 -07:00
test.js Use puppeteer.launch instead of browser constructor (#255) 2017-08-14 18:08:06 -07:00