Class TabStripDescription
The description of an SAPUI5 TabStrip test object.
public class TabStripDescription : WebElementDescription, ICloneable, IDescription
- Inheritance
-
TabStripDescription
- Implements
- Inherited Members
Constructors
TabStripDescription()
public TabStripDescription()
Properties
IsEnabled
Indicates whether the object is enabled.
public bool? IsEnabled { get; set; }
Property Value
- bool?
Tabs
A collection of tabs in the tab strip, separated by semi-colons (;).
public string[] Tabs { get; set; }
Property Value
- string[]
TabsCount
The number of tabs contained in the tabstrip object.
public uint? TabsCount { get; set; }
Property Value
- uint?