Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.Web.Msie Namespace / IWebElement Interface

In This Topic
    IWebElement Interface Methods
    In This Topic

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

    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