IWebElement Represents an HTML element inside of a Web page." />
Reflection
IWebElement Interface Methods

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

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