Added package cdp (#2847)

This commit is contained in:
Leon Lysak
2024-04-05 08:59:40 +08:00
committed by GitHub
parent f7eb335e35
commit f7a4d60e28
+17
View File
@@ -33041,5 +33041,22 @@
"description": "🍬 General syntactic sugar",
"license": "MIT",
"web": "https://github.com/FyraLabs/sweet"
},
{
"name": "cdp",
"url": "https://github.com/Niminem/ChromeDevToolsProtocol",
"method": "git",
"tags": [
"cdp",
"chrome-devtools-protocol",
"chromedevtoolsprotocol",
"browser",
"browser-automation",
"web-scraper",
"spider"
],
"description": "Low-level Nim wrapper for Chrome DevTools Protocol (CDP) v1.3 stable. Bend Chrome to your will with complete control over your browser. Scrape dynamic webpages, create browser automations, and beyond.",
"license": "MIT",
"web": "https://github.com/Niminem/ChromeDevToolsProtocol"
}
]