Table of Contents

Class NavigationBarDescription

Namespace
HP.LFT.SDK.SAP.UI5
Assembly
HP.LFT.SDK.dll

The description of an SAPUI5 NavigationBar test object.

public class NavigationBarDescription : WebElementDescription, ICloneable, IDescription
Inheritance
NavigationBarDescription
Implements
Inherited Members

Constructors

NavigationBarDescription()

public NavigationBarDescription()

Properties

Items

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

public string[] Items { get; set; }

Property Value

string[]

ItemsCount

The number of items contained in the navigation bar.

public uint? ItemsCount { get; set; }

Property Value

uint?