puppeteer/lib
JoelEinbinder 0af0d7dba5 feat(Input): Add keyboard methods to elementHandle (#801)
This patch:
- adds input methods to ElementHandle, such as ElementHandle.type and ElementHandle.press
- changes `page.type` to accept selector as the first argument
- removes `page.press` method. The `page.press` is rarely used and doesn't operate with selectors; if there's a need to press a button, `page.keyboard.press` should be used.

BREAKING CHANGE: `page.type` is changed, `page.press` is removed.

Fixes #241.
2017-10-07 00:28:24 -07:00
..
.eslintrc.js Introduce Eslint to validate style 2017-06-11 01:32:59 -07:00
Browser.js feat(Launcher): introduce appMode option 2017-09-29 15:16:32 -07:00
Connection.js Remove promise jsdoc (#641) 2017-08-31 17:58:07 -07:00
Dialog.js Do not leave dangling promises when sending messages over protocol (#742) 2017-09-11 16:21:51 -07:00
ElementHandle.js feat(Input): Add keyboard methods to elementHandle (#801) 2017-10-07 00:28:24 -07:00
EmulationManager.js Roll chromium to 492629 (#230) 2017-08-09 16:14:00 -07:00
ExecutionContext.js feat(JSHandles): introduce JSHandles (#943) 2017-10-06 15:35:02 -07:00
FrameManager.js feat(Input): Add keyboard methods to elementHandle (#801) 2017-10-07 00:28:24 -07:00
helper.js feat(JSHandles): introduce JSHandles (#943) 2017-10-06 15:35:02 -07:00
Input.js feat(Input): Add keyboard methods to elementHandle (#801) 2017-10-07 00:28:24 -07:00
Launcher.js feat(Launcher): Allow environment variables definition when launching chromium (#912) 2017-10-05 14:34:35 -07:00
Multimap.js Fix Request Interception (#565) 2017-08-27 12:41:09 -07:00
NavigatorWatcher.js feat(page): Allow Page.goto's timeout to be 0 to disable timeout (#887) 2017-09-30 00:29:38 -07:00
NetworkManager.js fix(Network): Do not attempt to normalize malformed URLs. (#875) 2017-09-29 08:29:19 +09:00
Page.js feat(Input): Add keyboard methods to elementHandle (#801) 2017-10-07 00:28:24 -07:00
Puppeteer.js [api] add Puppeteer.executablePath() method (#771) 2017-09-13 17:39:18 -07:00
Tracing.js Do not leave dangling promises when sending messages over protocol (#742) 2017-09-11 16:21:51 -07:00