Class AccordionDescription
The description of an SAPUI5 Accordion test object.
public class AccordionDescription : WebElementDescription, ICloneable, IDescription
- Inheritance
-
AccordionDescription
- Implements
- Inherited Members
Constructors
AccordionDescription()
public AccordionDescription()
Properties
Items
A collection of all of the panels in the accordion.
public string[] Items { get; set; }
Property Value
- string[]
ItemsCount
The number of panels contained in the accordion.
public uint? ItemsCount { get; set; }
Property Value
- uint?