puppeteer/test
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
..
assets Implement Basic input API 2017-06-27 18:27:22 -07:00
golden Implement FrameManager 2017-06-21 14:11:52 -07:00
diffstyle.css Implement FrameManager 2017-06-21 14:11:52 -07:00
frame-utils.js Convert var's to let's 2017-06-22 14:58:39 -07:00
golden-utils.js Convert var's to let's 2017-06-22 14:58:39 -07:00
StaticServer.js Convert var's to let's 2017-06-22 14:58:39 -07:00
test.js Implement Basic input API 2017-06-27 18:27:22 -07:00