![]() | BaseElement Properties |
The BaseElement type exposes the following members.
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.
|
![]() | GlobalContext | |
![]() | Location |
Gets a Point object containing the coordinates of the upper-left corner
of this element relative to the upper-left corner of the page.
|
![]() | ScriptExecutor | |
![]() | 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.
|
![]() | WrappedElement |
Gets the IWebElement wrapped by this object.
|