puppeteer/docs
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
..
api.md feat(Input): Add keyboard methods to elementHandle (#801) 2017-10-07 00:28:24 -07:00
issue_template.md Better issue template (#712) 2017-09-07 12:34:52 -07:00
troubleshooting.md Remove --no-sandbox from Docker example (#838) 2017-09-21 09:18:35 -07:00