WebElement.InnerHTML (gb.qt4.webkit)

Property InnerHTML As String

Either:

  • Returns the (X)HTML content between the element's start and end tags.

  • Or replaces the contents of this element as well as its own tag with the specified markup. The string may contain (X)HTML tags, which is parsed and formatted before insertion into the document.