Class HyperlinkButton
Defines a
Inherited Members
Namespace: Legerity.Uno.Elements
Assembly: Legerity.Uno.dll
Syntax
public class HyperlinkButton : Button
Constructors
| Improve this Doc View SourceHyperlinkButton(IWebElement)
Initializes a new instance of the HyperlinkButton class.
Declaration
public HyperlinkButton(IWebElement element)
Parameters
Type | Name | Description |
---|---|---|
IWebElement | element | The |
HyperlinkButton(RemoteWebElement)
Initializes a new instance of the HyperlinkButton class.
Declaration
public HyperlinkButton(RemoteWebElement element)
Parameters
Type | Name | Description |
---|---|---|
RemoteWebElement | element | The |
Fields
| Improve this Doc View SourceWindowsType
Defines the Windows type for the HyperlinkButton.
Declaration
public const string WindowsType = null
Field Value
Type | Description |
---|---|
System.String |
Operators
| Improve this Doc View SourceImplicit(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. |