Table of Contents

Class MenuDescription

Namespace
HP.LFT.SDK.Web
Assembly
HP.LFT.SDK.dll

The description of a Web Menu test object.

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

Constructors

MenuDescription()

public MenuDescription()

Properties

FirstMenuItem

The first item in the list of items in this menu.

public StringProperty FirstMenuItem { get; set; }

Property Value

StringProperty

TopLevelMenuItems

A collection of all top level menu items in this menu.

public string[] TopLevelMenuItems { get; set; }

Property Value

string[]

TopLevelMenuItemsCount

The number of top level menu items in this menu.

public uint? TopLevelMenuItemsCount { get; set; }

Property Value

uint?