The panel containing the welcome content.
The webelement in which the welcome content is embedded.
Base element of given page object
Get the locator map of given page object
Parent element of given page object
Finds all buttons in the welcome content
Combination of [[getButtons]] and [[getTextSections]]: returns all entries in the welcome view in the order that they appear.
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
Generated using TypeDoc
A section in an empty custom view, see: https://code.visualstudio.com/api/extension-guides/tree-view#welcome-content
The welcome section contains two types of elements: text entries and buttons that can be bound to commands. The text sections can be accessed via [[getTextSections]], the buttons on the other hand via [[getButtons]]. This however looses the information of the order of the buttons and lines with respect to each other. This can be remedied by using [[getContents]], which returns both in the order that they are found (at the expense, that you now must use typechecks to find out what you got).