Class MenuDescription
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
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?