querySelectorAll

expect fun querySelectorAll(selector: String): List<KtSoupElement>

Get all KtSoupElements matching the css selector.

Return

A list of elements matching the selector.

actual fun querySelectorAll(selector: String): List<KtSoupElement>
actual fun querySelectorAll(selector: String): List<KtSoupElement>
actual fun querySelectorAll(selector: String): List<KtSoupElement>