Hey guys, just wanted to share my new Nim library 
[cdp](https://github.com/Niminem/ChromeDevToolsProtocol). It's a low-level 
wrapper for Chrome DevTools Protocol (CDP).

All you need is to have Chrome installed on your system and it will work like 
magic. Will be adding Chromium and Edge support later.

If you didn't know, CDP is used by Chrome DevTools itself and maintained by 
that team.

CDP gives you **complete control over your browser**. Even more than what you 
can accomplish with a `webdriver`. You can scrape dynamic webpages, create 
browser automations, and beyond!

I tried to be as thorough as possible in the README to give some basic 
understanding of CDP along with the API and some examples, as it's totally 
worth learning CDP if you're into web scraping or any kind of browser 
automation.

This isn't nearly as high-level as 
[Puppeteer](https://github.com/Niminem/ChromeDevToolsProtocol) but it's a start 
;)

Reply via email to