The IWebElement type exposes the following members.
Back to Top
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.
|
Properties
Name | Description | |
---|---|---|
![]() | Displayed |
Gets a value indicating whether or not this element is displayed.
|
![]() | Enabled |
Gets a value indicating whether or not this element is enabled.
|
![]() | Location |
Gets a ![]() |
![]() | Selected |
Gets a value indicating whether or not this element is selected.
|
![]() | Size |
Gets a Size object containing the height and width of this element.
|
![]() | TagName |
Gets the tag name of this element.
|
![]() | Text |
Gets the innerText of this element, without any leading or trailing whitespace,
and with other whitespace collapsed.
|
See Also