Actually, my problem is more basic. The documentat...
# skrape-it
p
Actually, my problem is more basic. The documentation (https://docs.skrape.it/docs/examples/most-simple-spring-boot-example) shows the use of element and elements to get dom elements but I get a basic compile error when I use the sample code for 4.1 (Error:(3, 26) Kotlin: Unresolved reference: elements) and when I go to the repo, it seems there are no element or elements classes in the selectors package.
c