Base element of given page object
Get the locator map of given page object
Parent element of given page object
Get content assist item by name/text, scroll through the list until the item is found, or the end is reached
name/text to search by
Promise resolving to ContentAssistItem object if found, undefined otherwise
Get all visible content assist items
Promise resolving to array of ContentAssistItem objects
Poll for the element to become visible
custom timeout for the wait
custom interval to control polling
thenable self reference
Recursively 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
Wait for the element to become visible
custom timeout for the wait
thenable self reference
Generated using TypeDoc
Page object representing the content assistant