puppeteer/lib
Andrey Lushnikov 21af495b65 Move screenshot task chain in Browser
Currently, it's impossible to do screenshots in parallel.
This patch:
- makes all screenshot tasks sequential inside one browser
- starts activating target before taking screenshot
- adds a test to make sure it's possible to take screenshots across
  tabs
- starts waiting for a proper page closing after each test. This might
  finally solve the ECONNRESET issues in tests.

References #89
2017-07-19 14:15:16 -07:00
..
.eslintrc.js Introduce Eslint to validate style 2017-06-11 01:32:59 -07:00
Browser.js Move screenshot task chain in Browser 2017-07-19 14:15:16 -07:00
Connection.js Move screenshot task chain in Browser 2017-07-19 14:15:16 -07:00
DeviceDescriptors.js Add emulation for named devices. (#72) 2017-07-17 18:13:04 -07:00
Dialog.js Introduce DEBUG module which traces public API calls 2017-07-18 21:06:03 -07:00
EmulationManager.js Add emulation for named devices. (#72) 2017-07-17 18:13:04 -07:00
FrameManager.js Introduce DEBUG module which traces public API calls 2017-07-18 21:06:03 -07:00
helper.js Introduce DEBUG module which traces public API calls 2017-07-18 21:06:03 -07:00
Keyboard.js Introduce DEBUG module which traces public API calls 2017-07-18 21:06:03 -07:00
NavigatorWatcher.js Introduce Page.waitForNavigation (#94) 2017-07-18 18:54:24 -07:00
NetworkManager.js Introduce DEBUG module which traces public API calls 2017-07-18 21:06:03 -07:00
Page.js Move screenshot task chain in Browser 2017-07-19 14:15:16 -07:00