Class ButtonDescription
The description of a Web Button test object.
Inheritance
ButtonDescription
Inherited Members
Namespace: HP.LFT.SDK.Web
Assembly: HP.LFT.SDK.dll
Syntax
public class ButtonDescription : WebElementDescription, ICloneable, IDescription
Constructors
ButtonDescription()
Declaration
public ButtonDescription()
Properties
ButtonType
The type of button, for example, submit or reset.
Declaration
public StringProperty ButtonType { get; set; }
Property Value
| Type | Description |
|---|---|
| StringProperty |
IsEnabled
Indicates whether the button is enabled.
Declaration
public bool? IsEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Text
The button's text.
Declaration
public StringProperty Text { get; set; }
Property Value
| Type | Description |
|---|---|
| StringProperty |