InfoConnect for Airlines VBA Guide
WebElement Object Methods

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

Methods and Functions
 NameDescription
Public MethodClickClicks the link, if the Web element is a link.  
Public MethodExtractExtracts text that is delimited by pretext and posttext from an HTML text source.  
Public MethodGetAttributeGets the value of the named attribute on the element.  
Public MethodGetChildrenTagNamesGets all name tags of children.  
Public MethodGetElementGets the first Web element by an XPath path, relative to the current Web element.  
Public MethodGetElementsByTagNameGets a collection of elements in the HTML WebDocument by HTML. tagName.  
Public MethodGetTextGets text from the text field if the Web element is an input text type.  
Public MethodInvokeMember1Executes a method that is unique to the current element.  
Public MethodInvokeMember2Executes a method (with parameters) unique to the current element.  
Public MethodPutTextPuts text in the text field if the Web element is an input text type.  
Public MethodScrollIntoViewScrolls 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 MethodSetAttributeSets the value of the named attribute on the element.  
Public MethodSubmitSubmits the form if the Web element is a form.  
Top
See Also