Rest
...args: [index: number]Rest
...args: [index: number]Rest
...args: [index: number]Rest
...args: [index: number]Base element of given page object
Get the locator map of given page object
Parent element of given page object
Scroll through the quick picks to find an item by the name or index
index (number) or text (string) of the item to search by
Promise resolvnig to QuickPickItem if found, to undefined otherwise
Retrieve the quick pick items currently available in the DOM (visible in the quick pick menu)
Promise resolving to array of QuickPickItem objects
Select (click) a quick pick option. Will scroll through the quick picks to find the item. Search for the item can be done by its text, or index in the quick pick menu. Note that scrolling does not affect the item's index, but it will replace some items in the DOM (thus they become unreachable)
index (number) or text (string) of the item to search by
Promise resolving when the given quick pick is selected
Select/Deselect all quick picks using the 'select all' checkbox If multiple selection is disabled on the input box, no action is performed
true to select all, false to deselect all
Promise resolving when all quick picks have been toggled to desired state
Generated using TypeDoc
Plain input box variation of the input page object