Click or drag to resize

Select Properties

Framework to automate tests using Selenium WebDriver

The Select type exposes the following members.

Properties
 NameDescription
Public propertyComputedAccessibleLabel Gets the computed accessible label of this element.
(Inherited from WebElement)
Public propertyComputedAccessibleRole Gets the computed ARIA role for this element.
(Inherited from WebElement)
Public propertyCoordinates Gets the coordinates identifying the location of this element using various frames of reference.
(Inherited from WebElement)
Public propertyDisplayed Gets a value indicating whether or not this element is displayed.
(Inherited from WebElement)
Public propertyEnabled Gets a value indicating whether or not this element is enabled.
(Inherited from WebElement)
Protected propertyId Gets the ID of the element
(Inherited from WebElement)
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.
(Inherited from WebElement)
Public propertyLocationOnScreenOnceScrolledIntoView Gets the point where the element would be when scrolled into view.
(Inherited from WebElement)
Public propertySelected Gets a value indicating whether or not this element is selected.
(Inherited from WebElement)
Public propertySize Gets a Size object containing the height and width of this element.
(Inherited from WebElement)
Public propertyTagName Gets the tag name of this element.
(Inherited from WebElement)
Public propertyText Gets the innerText of this element, without any leading or trailing whitespace, and with other whitespace collapsed.
(Inherited from WebElement)
Public propertyWrappedDriver Gets the IWebDriver driving this element.
(Inherited from WebElement)
Top
See Also