RemoteWebElement PropertiesWebDriver
The RemoteWebElement type exposes the following members.
Properties

  NameDescription
Public propertyCoordinates
Gets the coordinates identifying the location of this element using various frames of reference.
Public propertyDisplayed
Gets a value indicating whether or not this element is displayed.
Public propertyEnabled
Gets a value indicating whether or not this element is enabled.
Protected propertyId
Gets the ID of the element
Public propertyLocation
Gets a OnlinePoint object containing the coordinates of the upper-left corner of this element relative to the upper-left corner of the page.
Public propertyLocationOnScreenOnceScrolledIntoView
Gets the point where the element would be when scrolled into view.
Public propertySelected
Gets a value indicating whether or not this element is selected.
Public propertySize
Gets a Size object containing the height and width of this element.
Public propertyTagName
Gets the tag name of this element.
Public propertyText
Gets the innerText of this element, without any leading or trailing whitespace, and with other whitespace collapsed.
Public propertyWrappedDriver
Gets the IWebDriver used to find this element.
Back to Top
See Also