Table of Contents

Class ButtonDescription

Namespace
HP.LFT.SDK.Web
Assembly
HP.LFT.SDK.dll

The description of a Web Button test object.

public class ButtonDescription : WebElementDescription, ICloneable, IDescription
Inheritance
ButtonDescription
Implements
Derived
Inherited Members

Constructors

ButtonDescription()

public ButtonDescription()

Properties

ButtonType

The type of button, for example, submit or reset.

public StringProperty ButtonType { get; set; }

Property Value

StringProperty

IsEnabled

Indicates whether the button is enabled.

public bool? IsEnabled { get; set; }

Property Value

bool?

Text

The button's text.

public StringProperty Text { get; set; }

Property Value

StringProperty