Changes

Jump to: navigation, search

WebDriver/RemoteProtocol/PuppeteerCDPUsage

19 bytes added, 18:49, 6 February 2019
ochameau compiled this
This is an overview of which CDP requests Puppeteer uses for its
integration with Chrome, compiled by ochameau.
At first sight, Puppeteer uses 89 CDP methods and 27 events:
<pre>% git clone https://github.com/GoogleChrome/puppeteer.git % cd puppeteer % git grep "send(" lib/ | grep -oE "send\('[^(]+'" | sed "s/send('//" | sed "s/'.*//" | sort | uniq % git grep "client.on(" lib/ | grep -oE "client.on\('[^(]+'" | sed "s/client.on('//" | sed "s/'.*//" | sort | uniq</pre>
=== Methods ===
715
edits

Navigation menu