puppeteer/lib
JoelEinbinder d5a91650ae Implement Basic input API
This patch implements Basic Input api:
- Page.focus(selector) - focuses element with selector
- Page.click(selector) - clicks element with selector
- Page.type(text) - types text into a focused element

Fixed #43.
2017-06-27 18:27:22 -07:00
..
.eslintrc.js Introduce Eslint to validate style 2017-06-11 01:32:59 -07:00
Browser.js Convert var's to let's 2017-06-22 14:58:39 -07:00
Connection.js Convert var's to let's 2017-06-22 14:58:39 -07:00
Dialog.js Foramt JSDocs for 2 spaces 2017-06-21 14:11:52 -07:00
FrameManager.js Implement Frame.evaluate 2017-06-27 14:57:14 -07:00
helper.js Implement Frame.evaluate 2017-06-27 14:57:14 -07:00
Navigator.js Convert var's to let's 2017-06-22 14:58:39 -07:00
Page.js Implement Basic input API 2017-06-27 18:27:22 -07:00
Request.js Foramt JSDocs for 2 spaces 2017-06-21 14:11:52 -07:00