{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/2"}],"enrichment":{"capability":"Generates type-safe Python bindings for the Chrome DevTools Protocol with full TypeScript-like type hints, enabling IDE autocompletion and compile-time parameter validation for CDP commands and events.","skillfed_tags":["browser-automation","type-safe","devtools-protocol"],"use_cases":["Automate browser testing with type-checked CDP commands and IDE autocompletion for all available domains.","Build browser automation scripts that catch parameter errors at development time instead of runtime failures.","Monitor and react to browser events (page navigation, console messages, network requests) with fully typed event handlers.","Integrate Chrome DevTools Protocol into Python applications where type safety and IDE support reduce debugging time.","Generate and regenerate bindings from the latest protocol specs to stay compatible with new Chrome versions."],"what_it_does":"CDP Use is a code generator that produces type-safe Python client libraries for the Chrome DevTools Protocol from official protocol specifications. It wraps the raw CDP WebSocket interface with TypedDict-based type hints, event handlers, and domain-specific client classes, so your IDE can autocomplete commands and catch parameter errors before runtime.\n\nYou use it by installing the package, connecting an async client to a Chrome DevTools endpoint, and then calling domain-specific methods (like `cdp.send.Page.navigate()` or `cdp.send.Runtime.evaluate()`) with full type safety. Event handlers can be registered with matching type signatures, and the library validates both command parameters and callback signatures at development time. The underlying dependencies\u2014httpx, typing-extensions, and websockets\u2014handle HTTP, type annotations, and WebSocket communication.","worth_installing":"Yes. CDP Use is worth installing if you need to interact with Chrome DevTools Protocol from Python and value type safety and IDE support. Low install friction, active maintenance, permissive MIT license, no known vulnerabilities, and a top-5000 popularity tier indicate a stable, usable package. The main trade-off is the Python 3.11+ requirement and the need for a running Chrome DevTools endpoint."},"id":"cdp-use","links":{"html":"https://skillfed.io/packages/cdp-use","md":"https://skillfed.io/packages/cdp-use.md","pypi":"https://pypi.org/project/cdp-use/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-02-22","license_spdx":null,"license_treatment":"permissive","name":"cdp-use","python_support":"supports_current","summary":"Type safe generator/client library for CDP"},"popularity":{"monthly_downloads":11122119,"position":1415,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.4.5"}
