puppeteer/lib
Pavel Feldman 98c3894c84 Introduce Page.waitForNavigation (#94)
This patch introduces Page.waitForNavigation which allows to wait
for render-initiated navigation.

This patch also does a nice refactoring, replacing Navigator with NavigatorWatcher which
is not a part of a page state.

References #89
2017-07-18 18:54:24 -07:00
..
.eslintrc.js Introduce Eslint to validate style 2017-06-11 01:32:59 -07:00
Browser.js Do not close readline after reading remote debugging port 2017-07-12 19:15:21 -07:00
Connection.js Introduce DEBUG module 2017-07-17 15:15:07 -07:00
DeviceDescriptors.js Add emulation for named devices. (#72) 2017-07-17 18:13:04 -07:00
Dialog.js Foramt JSDocs for 2 spaces 2017-06-21 14:11:52 -07:00
EmulationManager.js Add emulation for named devices. (#72) 2017-07-17 18:13:04 -07:00
FrameManager.js Simplify waitFor code (#92) 2017-07-18 12:16:19 -07:00
helper.js Return remote object description for unserializable objects 2017-07-18 01:34:43 -07:00
Keyboard.js Intorduce Page.keyboard (#74) 2017-07-17 18:49:52 -07:00
NavigatorWatcher.js Introduce Page.waitForNavigation (#94) 2017-07-18 18:54:24 -07:00
NetworkManager.js [doclint] add linting for class properties 2017-07-12 09:45:08 -07:00
Page.js Introduce Page.waitForNavigation (#94) 2017-07-18 18:54:24 -07:00