varabyte / kobweb

A modern framework for full stack web apps in Kotlin, built upon Compose HTML
https://kobweb.varabyte.com
Apache License 2.0
1.51k stars 66 forks source link

Migrate "kobweb export" to skrape.it #145

Closed bitspittle closed 11 months ago

bitspittle commented 2 years ago

Context: https://github.com/varabyte/kobweb/issues/99#issuecomment-1073292460

Basically, the first pass of this bug is to experiment seeing if we can replace the logic in the Gradle plugin around kobweb export to not use Chrome directly but instead use https://docs.skrape.it/docs/

This would definitely be worth it if...

bitspittle commented 11 months ago

At this point, we're using playwright for export, which is a much more robust approach that obsoletes this feature request