string
Convert parsed HTML tree to string
Syntax
Description
converts the str
= string(tree
)htmlTree
object tree
to string.
Tip
Use the string
function to help inspect the underlying HTML
code of htmlTree
objects. To navigate elements of
htmlTree
objects, use the findElement
function.