The IWebElement type exposes the following members.
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 Point object containgin the coordinates of the upper-left corner
of this element relative to the upper-left corner of the page.
| |
| 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.
|