Table of Contents

Class FormFieldDescription

The description of a base interface for all form-related test objects.

Namespace: HP.LFT.SDK.Web
Assembly: HP.LFT.SDK.dll
Syntax
public abstract class FormFieldDescription : WebElementDescription, ICloneable, IDescription

Constructors

FormFieldDescription()

Declaration
protected FormFieldDescription()

Properties

Type

The type of object as defined in the HTML input tag.

Declaration
public StringProperty Type { get; set; }
Property Value
Type Description
StringProperty

Implements

ICloneable
IDescription