puppeteer/lib
Andrey Lushnikov ae22ef30b3
feat(ExecutionContext): introduce ExecutionContext.frame() (#1972)
This patch introduces ExecutionContext.frame() that returns Frame
associated with this Execution Context.

This allows to associate console messages with the originating frame,
if any.
2018-02-13 14:02:44 -08:00
..
.eslintrc.js Introduce Eslint to validate style 2017-06-11 01:32:59 -07:00
Browser.js feat: expose raw devtools protocol connection (#1770) 2018-01-10 19:33:22 -08:00
BrowserFetcher.js feat: Introduce BrowserFetcher class (#1983) 2018-02-07 12:31:53 -05:00
Connection.js feat: expose raw devtools protocol connection (#1770) 2018-01-10 19:33:22 -08:00
Coverage.js chore: Spelling and Markdown Consistency (#1998) 2018-02-08 22:59:46 -05:00
Dialog.js feat: expose raw devtools protocol connection (#1770) 2018-01-10 19:33:22 -08:00
ElementHandle.js feat: expose raw devtools protocol connection (#1770) 2018-01-10 19:33:22 -08:00
EmulationManager.js chore: Spelling and Markdown Consistency (#1998) 2018-02-08 22:59:46 -05:00
ExecutionContext.js feat(ExecutionContext): introduce ExecutionContext.frame() (#1972) 2018-02-13 14:02:44 -08:00
externs.d.ts feat: expose raw devtools protocol connection (#1770) 2018-01-10 19:33:22 -08:00
FrameManager.js feat(ExecutionContext): introduce ExecutionContext.frame() (#1972) 2018-02-13 14:02:44 -08:00
helper.js feat: Introduce BrowserFetcher class (#1983) 2018-02-07 12:31:53 -05:00
Input.js Fix: Remove key codes from _pressedKeys Set after keyboard.up() is called (#1928) 2018-02-12 17:25:38 -08:00
Launcher.js feat: Introduce BrowserFetcher class (#1983) 2018-02-07 12:31:53 -05:00
Multimap.js chore: Use Typescript to lint JSDoc annotations (#986) 2017-10-09 22:31:40 -07:00
NavigatorWatcher.js feat(Page): Add global navigation timeout setting (#1728) 2018-01-10 13:04:01 -08:00
NetworkManager.js feat(Network): introduce response.securityDetails() method (#1880) 2018-02-13 11:26:18 -08:00
Page.js feat(Page): add setCacheEnabled(enabled) to Page object (#1609) 2018-02-08 00:58:48 -05:00
Puppeteer.js feat: Introduce BrowserFetcher class (#1983) 2018-02-07 12:31:53 -05:00
Tracing.js feat: expose raw devtools protocol connection (#1770) 2018-01-10 19:33:22 -08:00
USKeyboardLayout.js feat(keyboard): Accept codes (#1116) 2017-10-23 12:43:45 -07:00