Table of Contents

Class NavigationBarDescription

The description of an SAPUI5 NavigationBar test object.

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

Constructors

NavigationBarDescription()

Declaration
public NavigationBarDescription()

Properties

Items

A collection of all of the items in the navigation bar.

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

ItemsCount

The number of items contained in the navigation bar.

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

Implements

ICloneable
IDescription