Class Button
Defines a
Implements
IElementWrapper<RemoteWebElement>
Inherited Members
Namespace: Legerity.Web.Elements.Core
Assembly: Legerity.Web.dll
Syntax
public class Button : WebElementWrapper, IElementWrapper<RemoteWebElement>
Constructors
| Improve this Doc View SourceButton(IWebElement)
Initializes a new instance of the Button class.
Declaration
public Button(IWebElement element)
Parameters
Type | Name | Description |
---|---|---|
IWebElement | element | The |
Button(RemoteWebElement)
Initializes a new instance of the Button class.
Declaration
public Button(RemoteWebElement element)
Parameters
Type | Name | Description |
---|---|---|
RemoteWebElement | element | The |
Operators
| Improve this Doc View SourceImplicit(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. |