WebElement Properties

The WebElement type exposes the following members.

Properties
  NameDescription
Public propertyIsDisplayed
Whether the element would be visible to a user
Public propertyIsEnabled
Whether the element is enabled.
Public propertyIsPresent
Whether the element is present
Public propertyIsSelected
Whether the element is selected.
Public propertyRect
Returns the size of the element
Public propertyTagName
Gets this element’s tagName property.
Top
See Also