Class Hub
Defines a
Implements
IElementWrapper<WindowsElement>
Inherited Members
Namespace: Legerity.Windows.Elements.Core
Assembly: Legerity.Windows.dll
Syntax
public class Hub : WindowsElementWrapper, IElementWrapper<WindowsElement>
Constructors
| Improve this Doc View SourceHub(WindowsElement)
Initializes a new instance of the Hub class.
Declaration
public Hub(WindowsElement element)
Parameters
| Type | Name | Description |
|---|---|---|
| WindowsElement | element | The |
Properties
| Improve this Doc View SourceItems
Gets the collection of items associated with the hub.
Declaration
public virtual ReadOnlyCollection<AppiumWebElement> Items { get; }
Property Value
| Type | Description |
|---|---|
| ReadOnlyCollection<AppiumWebElement> |
Operators
| Improve this Doc View SourceImplicit(AppiumWebElement to Hub)
Allows conversion of a
Declaration
public static implicit operator Hub(AppiumWebElement element)
Parameters
| Type | Name | Description |
|---|---|---|
| AppiumWebElement | element | The |
Returns
| Type | Description |
|---|---|
| Hub | The Hub. |
Implicit(RemoteWebElement to Hub)
Allows conversion of a
Declaration
public static implicit operator Hub(RemoteWebElement element)
Parameters
| Type | Name | Description |
|---|---|---|
| RemoteWebElement | element | The |
Returns
| Type | Description |
|---|---|
| Hub | The Hub. |
Implicit(WindowsElement to Hub)
Allows conversion of a
Declaration
public static implicit operator Hub(WindowsElement element)
Parameters
| Type | Name | Description |
|---|---|---|
| WindowsElement | element | The |
Returns
| Type | Description |
|---|---|
| Hub | The Hub. |