Class ComboBox
Defines a
Inherited Members
Namespace: Legerity.Uno.Elements
Assembly: Legerity.Uno.dll
Syntax
public class ComboBox : UnoElementWrapper
Constructors
| Improve this Doc View SourceComboBox(IWebElement)
Initializes a new instance of the ComboBox class.
Declaration
public ComboBox(IWebElement element)
Parameters
Type | Name | Description |
---|---|---|
IWebElement | element | The |
ComboBox(RemoteWebElement)
Initializes a new instance of the ComboBox class.
Declaration
public ComboBox(RemoteWebElement element)
Parameters
Type | Name | Description |
---|---|---|
RemoteWebElement | element | The |
Properties
| Improve this Doc View SourceSelectedItem
Gets the currently selected item.
Declaration
public virtual string SelectedItem { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceSelectItem(String)
Selects an item in the combo-box with the specified item name.
Declaration
public virtual void SelectItem(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name of the item to select. |
Operators
| Improve this Doc View SourceImplicit(RemoteWebElement to ComboBox)
Allows conversion of a
Declaration
public static implicit operator ComboBox(RemoteWebElement element)
Parameters
Type | Name | Description |
---|---|---|
RemoteWebElement | element | The |
Returns
Type | Description |
---|---|
ComboBox | The ComboBox. |