Rest
...args: []Rest
...args: []Rest
...args: [label: string]Rest
...args: [label: string]Base element of given page object
Get the locator map of given page object
Parent element of given page object
Finds Welcome Content
present in this ViewSection and returns it. If none is found, then undefined
is returned
Retrieve an action button on the sections's header by its label
label/title of the button
ViewPanelAction object if found, undefined otherwise
Retrieve the action buttons on the section's header
Promise resolving to array of ViewPanelAction objects
Retrieve all items currently visible in the view section. Note that any item currently beyond the visible list, i.e. not scrolled to, will not be retrieved.
Promise resolving to array of ViewItem objects
Click on the More Actions... item if it exists
ContextMenu page object if the action succeeds, undefined otherwise
Poll for the element to become visible
custom timeout for the wait
custom interval to control polling
thenable self reference
Wait for the element to become visible
custom timeout for the wait
thenable self reference
Search for an extension by title. This utilizes the search bar in the Extensions view, which switches the perspective to the section representing the chosen category and temporarily hides all other sections. If you wish to continue working with the initial view section (i.e. Enabled), use the clearSearch method to reset it back to default
title to search for in '@category name' format, e.g '@installed extension'. If no
Promise resolving to ExtensionsViewItem if such item exists, undefined otherwise
Generated using TypeDoc
View section containing extensions