IInputElement Methods | 
The IInputElement type exposes the following members.
| Name | Description | |
|---|---|---|
| Blur | 
                Removes focus from the current element.
              (Inherited from IElement.) | |
| Click | 
                Simulates click on the current Node.
              (Inherited from INode.) | |
| CompareDocumentPosition | 
                Compares position of the current node against another node in a DOM tree.
              (Inherited from INode.) | |
| DispatchEvent | 
                Dispatches (sends) a particular DOM event to the current target.
              (Inherited from IEventTarget.) | |
| Evaluate | 
                Evaluates an XPath expression.
              (Inherited from INode.) | |
| Focus | 
                Gives focus to the current element (if it can be focused).
              (Inherited from IElement.) | |
| GetElementByClassName | 
                Finds the first IElement object in the current search context by the given
                className.
              (Inherited from ISearchContext.) | |
| GetElementByCssSelector | 
                Finds the first IElement object in the current search context by the given CSS selector.
              (Inherited from ISearchContext.) | |
| GetElementById | 
                Finds the first IElement object in the current search context by the given id.
              (Inherited from ISearchContext.) | |
| GetElementByName | 
                Finds the first IElement object in the current search context by the given name.
              (Inherited from ISearchContext.) | |
| GetElementByTagName | 
                Finds the first IElement object in the current search context by the given tag name.
              (Inherited from ISearchContext.) | |
| GetElementsByClassName | 
                Finds all IElement objects in the current search context by the given className.
              (Inherited from ISearchContext.) | |
| GetElementsByCssSelector | 
                Finds all IElement objects in the current search context by the given
                cssSelector.
              (Inherited from ISearchContext.) | |
| GetElementsByName | 
                Finds all IElement objects in the current search context by the given name.
              (Inherited from ISearchContext.) | |
| GetElementsByTagName | 
                Finds all IElement objects in the current search context by the given tag name.
              (Inherited from ISearchContext.) | |
| ScrollIntoView | 
                Scrolls the element's parent container such that the element on which this method is called
                is visible to the user.
              (Inherited from IElement.) |