querySelector

expect fun querySelector(selector: String): KtSoupElement?

Get the first KtSoupElement matching the css selector or null if there are no matches.

Return

The matching KtSoupElement or null.

actual fun querySelector(selector: String): KtSoupElement?
actual fun querySelector(selector: String): KtSoupElement?
actual fun querySelector(selector: String): KtSoupElement?