puppeteer/test
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
..
assets feat: implement CSS Coverage (#1714) 2018-01-03 18:21:40 -08:00
golden test: scrub port from coverage golden files (#1723) 2018-01-04 11:47:30 -08:00
server test: add server/run.js that runs assets locally (#1687) 2017-12-28 15:51:41 -08:00
diffstyle.css Implement FrameManager 2017-06-21 14:11:52 -07:00
frame-utils.js test: migrate test.js to support concurrent test execution (#1531) 2017-12-12 13:34:21 -08:00
golden-utils.js tests: drop jasmine test runner (#1519) 2017-12-07 16:37:22 -08:00
test.js feat: support JSHandles for page.waitFor* calls (#1712) 2018-01-04 14:49:13 -08:00