Send comments on this topic.
WebDocument Object Methods
Attachmate.Reflection.Objects Library (Web) : WebDocument Object

For a list of all members of this type, see WebDocument members.

Public Methods

 NameDescription
public MethodExtractExtracts text delimited by pretext and posttext from an HTML text source.  
public MethodGetElementGets the first Web element by an XPath path, relative to the current Web element.  
public MethodGetElementByIdGets a Web element by ID.  
public MethodGetElementFromPoint1Gets a Web element at the point.  
public MethodGetElementFromPoint2Gets the Web element at the point.  
public MethodGetElementsByTagNameGets a collection of elements with the specified HTML tag.  
public MethodInvokeScript1Executes an Active Scripting function defined in an HTML page.  
public MethodInvokeScript2Executes an Active Scripting function (with arguments) defined in an HTML page.  
Top

See Also