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