puppeteer/lib
JoelEinbinder 3c75767288 Fix media keys to use new key strings and codes (#164)
VolumeUp, VolumeDown, and VolumeMute were changed to AudioVolumeUp, AudioVolumeDown, and AudioVolumeMute

The media keys like MediaTrackNext were also missing, so I added them.
2017-07-28 11:38:30 -07:00
..
.eslintrc.js Introduce Eslint to validate style 2017-06-11 01:32:59 -07:00
Browser.js Clean up Browser annotations. (#138) 2017-07-25 20:39:50 -07:00
Connection.js Small fixes to jsdoc (#140) 2017-07-26 09:58:03 -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 Resolve paths against CWD in page.uploadFile() method 2017-07-28 00:06:57 -07:00
helper.js Implement page.waitForFunction method 2017-07-27 16:45:14 -07:00
Input.js Fix media keys to use new key strings and codes (#164) 2017-07-28 11:38:30 -07:00
NavigatorWatcher.js fix linter (#136) 2017-07-25 16:47:49 -07:00
NetworkManager.js Get rid of Body class 2017-07-27 23:11:24 -07:00
Page.js Resolve paths against CWD in page.uploadFile() method 2017-07-28 00:06:57 -07:00