Table Properties |
The Table type exposes the following members.
Name | Description | |
---|---|---|
ComputedAccessibleLabel |
Gets the computed accessible label of this element.
(Inherited from WebElement) | |
ComputedAccessibleRole |
Gets the computed ARIA role for this element.
(Inherited from WebElement) | |
Coordinates |
Gets the coordinates identifying the location of this element using
various frames of reference.
(Inherited from WebElement) | |
Displayed |
Gets a value indicating whether or not this element is displayed.
(Inherited from WebElement) | |
Enabled |
Gets a value indicating whether or not this element is enabled.
(Inherited from WebElement) | |
Id |
Gets the ID of the element
(Inherited from WebElement) | |
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.
(Inherited from WebElement) | |
LocationOnScreenOnceScrolledIntoView |
Gets the point where the element would be when scrolled into view.
(Inherited from WebElement) | |
Selected |
Gets a value indicating whether or not this element is selected.
(Inherited from WebElement) | |
Size |
Gets a Size object containing the height and width of this element.
(Inherited from WebElement) | |
TagName |
Gets the tag name of this element.
(Inherited from WebElement) | |
Text |
Gets the innerText of this element, without any leading or trailing whitespace,
and with other whitespace collapsed.
(Inherited from WebElement) | |
WrappedDriver |
Gets the IWebDriver driving this element.
(Inherited from WebElement) |