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