Click or drag to resize
Tesco SW, a.s.

StableWebElement Properties

The StableWebElement 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.
Public propertyLocation
Gets a Point 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 location of an element on the screen, scrolling it into view if it is not currently on the screen.
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.
Public propertyWrappedElement
Gets the IWebElement wrapped by this object.
Top
See Also