Class ButtonDescription
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
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; }