puppeteer/lib
JoelEinbinder 05b1aca21e feat: support JSHandles for page.waitFor* calls (#1712)
This patch:
- teaches page.waitFor* methods to accept JSHandles
- starts returning JSHandles from page.waitFor* calls. 

BREAKING CHANGE: this patch starts allocating `JSHandle`/`ElementHandle` instances for every call to `page.waitFor*` functions. These handles should be disposed manually to avoid memory consumption.

Fixes #1703, fixes #1654, fixes #1724.
2018-01-04 14:49:13 -08:00
..
.eslintrc.js Introduce Eslint to validate style 2017-06-11 01:32:59 -07:00
Browser.js feat(Browser): introduce browser.process() variable (#1581) 2017-12-11 12:11:12 -08:00
Connection.js feat(Connection): nicer stack traces on protocol errors (#1383) 2017-12-08 19:05:46 -08:00
Coverage.js feat: implement CSS Coverage (#1714) 2018-01-03 18:21:40 -08:00
Dialog.js fix: convert all getters to methods (#1621) 2017-12-18 17:05:57 -08:00
Downloader.js chore: generalize node6 transpilation (#1560) 2017-12-08 15:14:28 -08:00
ElementHandle.js feat: rename page.xpath into page.$x, return an array of elements (#1713) 2018-01-03 15:37:08 -08:00
EmulationManager.js chore: Use Typescript to lint JSDoc annotations (#986) 2017-10-09 22:31:40 -07:00
ExecutionContext.js feat: add page.xpath (#1620) 2017-12-19 16:23:45 -08:00
externs.d.ts chore: Use Typescript to lint JSDoc annotations (#986) 2017-10-09 22:31:40 -07:00
FrameManager.js feat: support JSHandles for page.waitFor* calls (#1712) 2018-01-04 14:49:13 -08:00
helper.js fix: Remove synchronous operation with file system. (#879) 2017-10-11 00:55:48 -07:00
Input.js fix(touch): requestAnimationFrame before sending tap (#1142) 2017-10-26 14:53:50 -07:00
Launcher.js feat(Launcher): allow the default arguments to be overridden (#1623) 2017-12-19 17:51:21 -08:00
Multimap.js chore: Use Typescript to lint JSDoc annotations (#986) 2017-10-09 22:31:40 -07:00
NavigatorWatcher.js chore(NavigationWatcher): correct closure annotation (#1658) 2017-12-27 20:00:37 -07:00
NetworkManager.js fix: convert all getters to methods (#1621) 2017-12-18 17:05:57 -08:00
Page.js feat: rename page.xpath into page.$x, return an array of elements (#1713) 2018-01-03 15:37:08 -08:00
Puppeteer.js feat(Launcher): allow the default arguments to be overridden (#1623) 2017-12-19 17:51:21 -08:00
Tracing.js feat(Tracing): allow custom tracing categories (#1439) 2017-12-03 18:36:34 -08:00
USKeyboardLayout.js feat(keyboard): Accept codes (#1116) 2017-10-23 12:43:45 -07:00