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