Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Web.Msie Library / WebElement Object
Properties Methods

In This Topic
    WebElement Object Members
    In This Topic

    The following tables list the members exposed by WebElement.

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