class | string[] | null | The class attribute's value, if any, of the node represented as an array of strings |
id | string | null | The ID attribute's value, if any, of the node |
innerHTML | string | null | The innerHTML of the selected DOM Node |
innerText | string | null | The innerText of the selected DOM Node, eg, the raw textual content |