Skip to content

Commit eddcb73

Browse files
committed
deploy: 14efd25
1 parent 4c4ce4d commit eddcb73

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

index.html

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,21 @@
7979
<div class="cover ">
8080
<div class="cover ">
8181
<h1 class="">kdriver</h1>
82-
<p class="paragraph">LICENSE <a href=""></a> <a href=""></a> <a href=""></a> <a href="https://codecov.io/github/guimauvedigital/kdriver"></a> <a href="https://www.codefactor.io/repository/github/guimauvedigital/kdriver"></a> <a href="https://www.codetriage.com/guimauvedigital/kdriver"><img alt="Open Source Helpers" src="https://www.codetriage.com/guimauvedigital/kdriver/badges/users.svg"></a></p>
8382
<blockquote class="quotation">
8483
<p class="paragraph">This project is a Kotlin port of <a href="https://github.com/stephanlensky">@stephanlensky</a>'s awesome Python library <a href="https://github.com/stephanlensky/zendriver">zendriver</a>, built to bring the same simplicity and power of CDP-based automation to the JVM world.</p>
8584
</blockquote>
86-
<p class="paragraph"><strong>Documentation:</strong> <a href="https://kdriver.dev">kdriver.dev</a></p>
8785
<p class="paragraph">kdriver is a blazing fast, coroutine-first, undetectable web scraping / browser automation library for Kotlin. It uses the Chrome DevTools Protocol (CDP) under the hood to interact with real Chrome instances, offering a sleek alternative to heavy tools like Selenium or Puppeteer — all without relying on WebDriver.</p>
86+
<ul>
87+
<li>
88+
<p class="paragraph"><strong>Documentation:</strong> <a href="https://kdriver.dev">kdriver.dev</a></p>
89+
</li>
90+
<li>
91+
<p class="paragraph"><strong>Repository:</strong> <a href="https://github.com/guimauvedigital/kdriver">github.com/guimauvedigital/kdriver</a></p>
92+
</li>
93+
<li>
94+
<p class="paragraph"><strong>Code coverage:</strong> <a href="https://codecov.io/github/guimauvedigital/kdriver">codecov.io/github/guimauvedigital/kdriver</a></p>
95+
</li>
96+
</ul>
8897
<h2 class="">Features</h2>
8998
<ul>
9099
<li>

0 commit comments

Comments
 (0)