puppeteer/utils/doclint/check_public_api
JoelEinbinder 64124df62f [api] add touchScreen.tap (#639)
This patch:
- adds `page.touchscreen` namespace, similar to `page.mouse` and `page.keyboard`.
- adds tapping to multiple layers:
  - `page.touchscreen.tap`
  - `page.tap` - convenience method which accepts selector
  - `elementHandle.tap`

Fixes #568 and #569.
2017-09-01 19:03:51 -07:00
..
test Introduce Puppeteer.connect method (#264) 2017-08-15 14:29:42 -07:00
Documentation.js Change let into const (#457) 2017-08-21 16:39:04 -07:00
index.js [api] add touchScreen.tap (#639) 2017-09-01 19:03:51 -07:00
JSBuilder.js Node 6 support (#484) 2017-08-24 12:20:05 -07:00
MDBuilder.js Change let into const (#457) 2017-08-21 16:39:04 -07:00