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

In This Topic
WebElement Object Methods
In This Topic

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

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