Element

class Element

A matched element, read at the moment of the query.

Properties

Link copied to clipboard

Every attribute present on the element at read time.

Link copied to clipboard

Serialised HTML, as outerHTML reads it.

Link copied to clipboard
val tag: String

Lower-cased tag name, e.g. "div".

Link copied to clipboard

Rendered text content, as innerText reads it.