puppeteer/lib
Andrey Lushnikov 0a3125434e Refactor Frame.waitForSelector method
Refactor Frame.waitForSelector to make room for Frame.waitForFunction
implementation.
This patch:
- removes AwaitedElement class which proved to be confusing, and
  introduces a more straight-forward WaitTask.
- refactors the mutation observer to return true in case of successful
  waiting or false in case of timeout.

References #91
2017-07-24 10:07:43 -07:00
..
.eslintrc.js Introduce Eslint to validate style 2017-06-11 01:32:59 -07:00
Browser.js Use more good flags to run chrome instance. 2017-07-20 12:20:10 -07:00
Connection.js Move screenshot task chain in Browser 2017-07-19 14:15:16 -07:00
Dialog.js Introduce DEBUG module which traces public API calls 2017-07-18 21:06:03 -07:00
EmulationManager.js Get rid of page.emulate() / page.emulatedDevices() methods 2017-07-20 23:53:06 -07:00
FrameManager.js Refactor Frame.waitForSelector method 2017-07-24 10:07:43 -07:00
helper.js Do not leak event listeners on navigation 2017-07-22 17:46:39 -07:00
Keyboard.js Remove keyboard.type and keyboard.press (#98) 2017-07-21 20:00:09 -07:00
Mouse.js Mouse (#101) 2017-07-21 20:29:31 -07:00
NavigatorWatcher.js Do not leak event listeners on navigation 2017-07-22 17:46:39 -07:00
NetworkManager.js Introduce DEBUG module which traces public API calls 2017-07-18 21:06:03 -07:00
Page.js Inject file with sourceURL (#102) 2017-07-23 09:56:35 -07:00