0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00
Commit Graph

4 Commits

Author SHA1 Message Date
JoelEinbinder
eb2cb67b0e Remove keyboard.type and keyboard.press ()
This patch removes keyboard.type and keyboard.press methods. The motivation
behind this is to keep only low-level API in the `keyboard` namespace.
2017-07-21 20:00:09 -07:00
JoelEinbinder
71f8c76f04 Rename keyboard.hold and release to up and down ()
References 
2017-07-19 14:27:01 -07:00
Andrey Lushnikov
55acae40fd Introduce DEBUG module which traces public API calls
This patch improves on DEBUG module to trace all puppeteer's
public API calls.

References .
2017-07-18 21:06:03 -07:00
JoelEinbinder
bf7698e8f8 Intorduce Page.keyboard ()
Introduce page.keyboard to provide low-level access to the keyboard.
2017-07-17 18:49:52 -07:00