From e5cd0d7eccf738a9e0d253502ee132573f383c0d Mon Sep 17 00:00:00 2001 From: Nathan Fallet Date: Thu, 8 Jan 2026 12:07:51 +0100 Subject: [PATCH] Add kdriver library to Kotlin section in README --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index e4041a1..089aaef 100644 --- a/readme.md +++ b/readme.md @@ -89,6 +89,7 @@ - Ruby: [Cuprite](https://github.com/machinio/cuprite) - Capybara driver - Kotlin: [chrome-reactive-kotlin](https://github.com/wendigo/chrome-reactive-kotlin) - reactive (rxjava 2.x), low-level client library in Kotlin - Kotlin: [chrome-devtools-kotlin](https://github.com/joffrey-bion/chrome-devtools-kotlin) - A coroutine-based client library, providing low-level CDP primitives and high-level extensions. +- Kotlin: [kdriver](https://github.com/cdpdriver/kdriver) - A blazing fast, coroutine-first, undetectable web scraping / browser automation CDP-based library for Kotlin - Clojure: [clj-chrome-devtools](https://github.com/tatut/clj-chrome-devtools) - The CDP wrapper API is autogenerated and will be updated when CDP protocol changes. - Clojure: [cuic](https://github.com/milankinen/cuic) - Providing a high-level API for UI test automation over the DevTools Protocol. - PHP: [chrome-devtools-protocol](https://github.com/jakubkulhan/chrome-devtools-protocol) - A PHP client library for the protocol.