IWebDocument Interface Methods
In This Topic
For a list of all members of this type, see IWebDocument members.
Public Methods
| Name | Description |
 | Extract | Extracts text delimited by pretext and posttext from an HTML text source. |
 | GetElement | Gets the first Web element by an XPath path, relative to the current Web element. |
 | GetElementById | Gets a Web element by ID. |
 | GetElementFromPoint | Gets the Web element at the point. |
 | GetElementsByTagName | Gets a collection of elements with the specified HTML tag. |
 | InvokeScript | Overloaded. Executes an Active Scripting function defined in an HTML page. |
Top
See Also