kdriver-nextjs
0.2.1indexedEnhances functionality with extensions for seamless integration with KDriver, facilitating efficient browser control and web automation tasks through intuitive syntax.
1
Stars
—
Used by
dependents
—
Health
/ 100
Enhances functionality with extensions for seamless integration with KDriver, facilitating efficient browser control and web automation tasks through intuitive syntax.
NextJs extensions for KDriver.
Add the dependency to your build.gradle.kts:
dependencies {
implementation("dev.kdriver:nextjs:0.2.1")
}
fun main() = runBlocking {
val browser = createBrowser(this)
val tab = browser.get("about:blank")
val resolvedObject = tab.capturePushesFromJs { // Or `capturePushesFromHtml`
tab.get(url)
resolvedNextF() // Resolves Next.js specific data using RSC resolver
}
println(resolvedObject)
}
Surfaced from shared tags and platforms — no rankings paid for.