Skip to content

Commit

Permalink
Added package cdp (#2847)
Browse files Browse the repository at this point in the history
  • Loading branch information
Niminem authored Apr 5, 2024
1 parent f7eb335 commit f7a4d60
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]

0 comments on commit f7a4d60

Please sign in to comment.