Table of Contents

Class HeaderDescription

The description of an SAPUI5 Header test object.

Namespace: HP.LFT.SDK.SAP.UI5
Assembly: HP.LFT.SDK.dll
Syntax
public class HeaderDescription : WebElementDescription, ICloneable, IDescription

Constructors

HeaderDescription()

Declaration
public HeaderDescription()

Properties

Text

The text of the header.

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

Implements

ICloneable
IDescription