Abstract
Base element of given page object
Get the locator map of given page object
Parent element of given page object
Abstract
getAbstract
getRecursively select an item with a given path.
E.g. calling select('File', 'Preferences', 'Settings') will open the 'File' -> 'Preferences' submenus and then click on 'Settings'.
Selection happens in order of the arguments, if one of the items in the middle of the path has no children, the consequent path arguments will be ignored.
Rest
...path: string[]path to the item to select, represented by a sequence of strings
void if the last clicked item is a leaf, Menu item representing its submenu otherwise
Generated using TypeDoc
Abstract element representing a menu