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