IWebElement MethodsWebDriver
The IWebElement type exposes the following members.
Methods

  NameDescription
Public methodClear
Clears the content of this element.
Public methodClick
Clicks this element.
Public methodFindElement
Finds the first IWebElement using the given method.
(Inherited from ISearchContext.)
Public methodFindElements
Finds all IWebElements within the current context using the given mechanism.
(Inherited from ISearchContext.)
Public methodGetAttribute
Gets the value of the specified attribute for this element.
Public methodGetCssValue
Gets the value of a CSS property of this element.
Public methodSendKeys
Simulates typing text into the element.
Public methodSubmit
Submits this element to the web server.
Back to Top
See Also