Class TextArea
Defines a
Implements
IElementWrapper<RemoteWebElement>
Inherited Members
Namespace: Legerity.Web.Elements.Core
Assembly: Legerity.Web.dll
Syntax
public class TextArea : TextInput, IElementWrapper<RemoteWebElement>
Constructors
| Improve this Doc View SourceTextArea(IWebElement)
Initializes a new instance of the TextArea class.
Declaration
public TextArea(IWebElement element)
Parameters
Type | Name | Description |
---|---|---|
IWebElement | element | The |
TextArea(RemoteWebElement)
Initializes a new instance of the TextArea class.
Declaration
public TextArea(RemoteWebElement element)
Parameters
Type | Name | Description |
---|---|---|
RemoteWebElement | element | The |
Properties
| Improve this Doc View SourceCols
Gets the visible width.
Declaration
public virtual int Cols { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Rows
Gets the number of visible text lines.
Declaration
public virtual int Rows { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Operators
| Improve this Doc View SourceImplicit(RemoteWebElement to TextArea)
Allows conversion of a
Declaration
public static implicit operator TextArea(RemoteWebElement element)
Parameters
Type | Name | Description |
---|---|---|
RemoteWebElement | element | The |
Returns
Type | Description |
---|---|
TextArea | The TextArea. |