InfoConnect API Guide
Attachmate.Reflection.Web.Msie Namespace / IWebElement Interface
Properties Methods

In This Topic
    IWebElement Interface Members
    In This Topic

    The following tables list the members exposed by IWebElement.

    Public Properties
     NameDescription
     PropertyGets all elements underneath the current element.  
     PropertyGets a value that indicates whether this element has child elements.  
     PropertyGets all children of the current element.  
     PropertyGets the HtmlDocument to which this element belongs.  
     PropertyGets or sets whether the user can input data into this element.  
     PropertyGets the next element below this element in the document tree.  
     PropertyGets or sets a label by which to identify the element.  
     PropertyGets or sets the HTML markup underneath this element.  
     PropertyGets or sets the text assigned to the element.  
     PropertyGets or sets the name of the element.  
     PropertyGets the next element at the same level as this element in the document tree.  
     PropertyGets or sets the current element's HTML code.  
     PropertyGets or sets the current element's text.  
     PropertyGets or sets a comma-delimited list of styles for the current element.  
     PropertyGets the name of the HTML tag.  
    Top
    Public Methods
     NameDescription
     MethodClicks the link if the Web element is a link.  
     MethodExtracts text that is delimited by pretext and posttext from an HTML text source.  
     MethodGets the value of the named attribute on the element.  
     MethodGets all tag names of children.  
     MethodGets the first Web element by an XPath path, relative to the current web element.  
     MethodGets a collection of elements in the HTML WebDocument by HTML. tagName.  
     MethodGets text from the text field if the Web element is an input text type.  
     MethodOverloaded. Executes a method that is unique to the current element.  
     MethodPuts text in the text field if the Web element is an input text type.  
     MethodScrolls through the document that contains this element until the top or bottom edge of the element is aligned with the top of the document's window.  
     MethodSets the value of the named attribute on the element.  
     MethodSubmits the form if the Web element is a form.  
    Top
    See Also