File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed
Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change 11# kdriver
22
3- [ ![ License] ( https://img.shields.io/github/license/guimauvedigital/kdriver )] ( LICENSE )
4- [ ![ Issues] ( https://img.shields.io/github/issues/guimauvedigital/kdriver )] ( )
5- [ ![ Pull Requests] ( https://img.shields.io/github/issues-pr/guimauvedigital/kdriver )] ( )
6- [ ![ Code Size] ( https://img.shields.io/github/languages/code-size/guimauvedigital/kdriver )] ( )
7- [ ![ codecov] ( https://codecov.io/github/guimauvedigital/kdriver/branch/main/graph/badge.svg?token=F7K641TYFZ )] ( https://codecov.io/github/guimauvedigital/kdriver )
8- [ ![ CodeFactor] ( https://www.codefactor.io/repository/github/guimauvedigital/kdriver/badge )] ( https://www.codefactor.io/repository/github/guimauvedigital/kdriver )
9- [ ![ Open Source Helpers] ( https://www.codetriage.com/guimauvedigital/kdriver/badges/users.svg )] ( https://www.codetriage.com/guimauvedigital/kdriver )
10-
113> This project is a Kotlin port of [ @stephanlensky ] ( https://github.com/stephanlensky ) 's awesome Python
124> library [ zendriver] ( https://github.com/stephanlensky/zendriver ) , built to bring the same simplicity and power of
135> CDP-based automation to the JVM world.
146
15- ** Documentation:** [ kdriver.dev] ( https://kdriver.dev )
16-
177kdriver is a blazing fast, coroutine-first, undetectable web scraping / browser automation library for Kotlin. It uses
188the Chrome DevTools Protocol (CDP) under the hood to interact with real Chrome instances, offering a sleek alternative
199to heavy tools like Selenium or Puppeteer — all without relying on WebDriver.
2010
11+ * ** Documentation:** [ kdriver.dev] ( https://kdriver.dev )
12+ * ** Repository:** [ github.com/guimauvedigital/kdriver] ( https://github.com/guimauvedigital/kdriver )
13+ * ** Code coverage:** [ codecov.io/github/guimauvedigital/kdriver] ( https://codecov.io/github/guimauvedigital/kdriver )
14+
2115## Features
2216
2317* ** Undetectable** – Like its Python counterpart, kdriver speaks CDP directly, making it (almost) impossible for sites
You can’t perform that action at this time.
0 commit comments