puppeteer/docs
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
..
api.md [api] add touchScreen.tap (#639) 2017-09-01 19:03:51 -07:00
troubleshooting.md [docs] Add CentOS troubleshooting notes (#579) 2017-08-28 10:21:54 -07:00