Table of Contents

Class AccordionDescription

The description of an SAPUI5 Accordion test object.

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

Constructors

AccordionDescription()

Declaration
public AccordionDescription()

Properties

Items

A collection of all of the panels in the accordion.

Declaration
public string[] Items { get; set; }
Property Value
Type Description
string[]

ItemsCount

The number of panels contained in the accordion.

Declaration
public uint? ItemsCount { get; set; }
Property Value
Type Description
uint?

Implements

ICloneable
IDescription