Class TimePicker
Defines a
Implements
IElementWrapper<WindowsElement>
Inherited Members
Namespace: Legerity.Windows.Elements.Core
Assembly: Legerity.Windows.dll
Syntax
public class TimePicker : WindowsElementWrapper, IElementWrapper<WindowsElement>
Constructors
| Improve this Doc View SourceTimePicker(WindowsElement)
Initializes a new instance of the TimePicker class.
Declaration
public TimePicker(WindowsElement element)
Parameters
Type | Name | Description |
---|---|---|
WindowsElement | element | The |
Methods
| Improve this Doc View SourceSetTime(TimeSpan)
Sets the time to the specified time.
Declaration
public virtual void SetTime(TimeSpan time)
Parameters
Type | Name | Description |
---|---|---|
TimeSpan | time | The time to set. |
Operators
| Improve this Doc View SourceImplicit(AppiumWebElement to TimePicker)
Allows conversion of a
Declaration
public static implicit operator TimePicker(AppiumWebElement element)
Parameters
Type | Name | Description |
---|---|---|
AppiumWebElement | element | The |
Returns
Type | Description |
---|---|
TimePicker | The TimePicker. |
Implicit(RemoteWebElement to TimePicker)
Allows conversion of a
Declaration
public static implicit operator TimePicker(RemoteWebElement element)
Parameters
Type | Name | Description |
---|---|---|
RemoteWebElement | element | The |
Returns
Type | Description |
---|---|
TimePicker | The TimePicker. |
Implicit(WindowsElement to TimePicker)
Allows conversion of a
Declaration
public static implicit operator TimePicker(WindowsElement element)
Parameters
Type | Name | Description |
---|---|---|
WindowsElement | element | The |
Returns
Type | Description |
---|---|
TimePicker | The TimePicker. |