Table of Contents

Class TileDescription

The description of an SAPUI5 Tile test object.

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

Constructors

TileDescription()

Declaration
public TileDescription()

Properties

IsEnabled

Indicates whether the tile is enabled.

Declaration
public bool? IsEnabled { get; set; }
Property Value
Type Description
bool?

Implements

ICloneable
IDescription