![]() | Select Class |
public class Select : WebElement
The Select 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) |
Name | Description | |
---|---|---|
![]() | Clear |
Clears the content of this element.
(Inherited from WebElement) |
![]() | Click |
Clicks this element.
(Inherited from WebElement) |
![]() | Equals |
Compares if two elements are equal
(Inherited from WebElement) |
![]() | Execute |
Executes a command on this element using the specified parameters.
(Inherited from WebElement) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
![]() | FindElement(By) |
Finds the first IWebElement using the given method.
(Inherited from WebElement) |
![]() | FindElement(String, String) |
Finds a child element matching the given mechanism and value.
(Inherited from WebElement) |
![]() | FindElements(By) |
Finds all IWebElements within the current context
using the given mechanism.
(Inherited from WebElement) |
![]() | FindElements(String, String) |
Finds all child elements matching the given mechanism and value.
(Inherited from WebElement) |
![]() | GetAttribute |
Gets the value of the specified attribute or property for this element.
(Inherited from WebElement) |
![]() | GetCssValue |
Gets the value of a CSS property of this element.
(Inherited from WebElement) |
![]() | GetDomAttribute |
Gets the value of a declared HTML attribute of this element.
(Inherited from WebElement) |
![]() | GetDomProperty |
Gets the value of a JavaScript property of this element.
(Inherited from WebElement) |
![]() | GetHashCode |
Method to get the hash code of the element
(Inherited from WebElement) |
![]() | GetScreenshot |
Gets a Screenshot object representing the image of this element on the screen.
(Inherited from WebElement) |
![]() | GetShadowRoot |
Gets the representation of an element's shadow root for accessing the shadow DOM of a web component.
(Inherited from WebElement) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | IsSelectOptionAvailable(String) | Determines whether text is available in dropdown. |
![]() | IsSelectOptionAvailable(String, Double) | Determines whether text is available in dropdown. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
![]() | SelectByIndex(Int32) | Select value in dropdown using index. |
![]() | SelectByIndex(Int32, Double) | Select value in dropdown using index. |
![]() | SelectByText(String) | Select value in dropdown using text. |
![]() | SelectByText(String, Double) | Select value in dropdown using text. |
![]() | SelectByValue(String) | Select value in dropdown using value attribute. |
![]() | SelectByValue(String, Double) | Select value in dropdown using value attribute. |
![]() ![]() | SelectElement | Selenium SelectElement class. |
![]() | SendKeys |
Simulates typing text into the element.
(Inherited from WebElement) |
![]() | Submit |
Submits this element to the web server.
(Inherited from WebElement) |
![]() | ToString |
Returns a string that represents the current WebElement.
(Inherited from WebElement) |