puppeteer/lib
Andrey Lushnikov 76ac3bded5 Convert DevicesDescriptors into puppeteer format
This patch converts lib/DevicesDescriptors from a devtools front-end
format into a puppeteer format.

This patch does this via introducing a scripts utils/fetch_devices.js
which grabs devices from upstream of DevTools Front-end and
converts them into puppeteer devices.

References #88.
2017-07-20 17:49:15 -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
DeviceDescriptors.js Convert DevicesDescriptors into puppeteer format 2017-07-20 17:49:15 -07:00
Dialog.js Introduce DEBUG module which traces public API calls 2017-07-18 21:06:03 -07:00
EmulationManager.js Convert DevicesDescriptors into puppeteer format 2017-07-20 17:49:15 -07:00
FrameManager.js Implement waitFor which survives navigation (#99) 2017-07-19 19:04:51 -07:00
helper.js Introduce DEBUG module which traces public API calls 2017-07-18 21:06:03 -07:00
Keyboard.js Rename keyboard.hold and release to up and down (#95) 2017-07-19 14:27:01 -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 Convert DevicesDescriptors into puppeteer format 2017-07-20 17:49:15 -07:00