puppeteer/lib
JoelEinbinder bfc40b2ee6 Specify repeat property on repeated keypresses (#172)
This patch implements 'autoRepeat' functionality for `keyboard.down`.
With this patch, the subsequent calls to `keyboard.down` would generate
an event with 'autoRepeat` flag set to true.

Closes #157
2017-07-31 12:05:46 -07:00
..
.eslintrc.js Introduce Eslint to validate style 2017-06-11 01:32:59 -07:00
Browser.js Mark options objects as optional (#170) 2017-07-30 13:46:56 -07:00
Connection.js Mark options objects as optional (#170) 2017-07-30 13:46:56 -07:00
Dialog.js Introduce DEBUG module which traces public API calls 2017-07-18 21:06:03 -07:00
EmulationManager.js Refactor EmulationManager 2017-07-29 19:19:37 -07:00
FrameManager.js Simplify frame manager, do not fetch resources upfront (#159) 2017-07-28 16:52:38 -07:00
helper.js [DEBUG] More descriptive event reporting 2017-07-29 13:02:56 -07:00
Input.js Specify repeat property on repeated keypresses (#172) 2017-07-31 12:05:46 -07:00
NavigatorWatcher.js fix linter (#136) 2017-07-25 16:47:49 -07:00
NetworkManager.js response.text() should wait for request to finish 2017-07-29 18:48:30 -07:00
Page.js Refactor EmulationManager 2017-07-29 19:19:37 -07:00