The IWebElement type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
![]() | Clear |
Clears the content of this element.
|
![]() | Click |
Clicks this element.
|
![]() | FindElement |
Finds the first IWebElement using the given method.
(Inherited from ISearchContext.) |
![]() | FindElements |
Finds all IWebElements within the current context
using the given mechanism.
(Inherited from ISearchContext.) |
![]() | GetAttribute |
Gets the value of the specified attribute for this element.
|
![]() | GetCssValue |
Gets the value of a CSS property of this element.
|
![]() | SendKeys |
Simulates typing text into the element.
|
![]() | Submit |
Submits this element to the web server.
|
See Also