The InternetExplorerWebElement type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
![]() | Coordinates |
Gets the coordinates identifying the location of this element using
various frames of reference.
(Inherited from RemoteWebElement.) |
![]() | Displayed |
Gets a value indicating whether or not this element is displayed.
(Inherited from RemoteWebElement.) |
![]() | Enabled |
Gets a value indicating whether or not this element is enabled.
(Inherited from RemoteWebElement.) |
![]() | Id |
Gets the ID of the element
(Inherited from RemoteWebElement.) |
![]() | Location |
Gets a (Inherited from RemoteWebElement.)![]() |
![]() | LocationOnScreenOnceScrolledIntoView |
Gets the point where the element would be when scrolled into view.
(Inherited from RemoteWebElement.) |
![]() | Selected |
Gets a value indicating whether or not this element is selected.
(Inherited from RemoteWebElement.) |
![]() | Size |
Gets a Size object containing the height and width of this element.
(Inherited from RemoteWebElement.) |
![]() | TagName |
Gets the tag name of this element.
(Inherited from RemoteWebElement.) |
![]() | Text |
Gets the innerText of this element, without any leading or trailing whitespace,
and with other whitespace collapsed.
(Inherited from RemoteWebElement.) |
![]() | WrappedDriver |
Gets the IWebDriver used to find this element.
(Inherited from RemoteWebElement.) |
See Also