0

I see puppeteer can control chromium. But it not clear from its homepage by what interface of chromium puppeteer controls it.

https://puppeteer.github.io/puppeteer/

Could anybody share some details on how the control is done?

I see ChromeDriver. Is it the means by which how puppeteer controls chromium? Or it is via something else?

https://chromedriver.chromium.org/

user1424739
  • 11,937
  • 17
  • 63
  • 152

1 Answers1

0

According to the GitHub page (as well as the page you linked to), Puppeteer uses the Chrome DevTools Protocol. For the differences between this and Chrome Driver, see this post here on StackOverflow.

frabjous
  • 1,019
  • 9
  • 13