Base element of given page object
Get the locator map of given page object
Parent element of given page object
Open the command prompt, type in a command, find the command using a fuzzy match, and execute
text of the command to be executed
Promise resolving to InputBox (vscode 1.44+) or QuickOpenBox (vscode up to 1.43) object when the command prompt is confirmed
Open the command prompt, type in a command, find the command from the quick pick list, and execute
text of the command to be executed
Promise resolving to InputBox (vscode 1.44+) or QuickOpenBox (vscode up to 1.43) object when the command prompt is confirmed
Get an activity bar handle
Get a bottom bar handle
Get a handle for the editor view
Get all standalone notifications (notifications outside the notifications center)
Promise resolving to array of Notification objects
Get a side bar handle
Open the VS Code command line prompt
Promise resolving to InputBox (vscode 1.44+) or QuickOpenBox (vscode up to 1.43) object
Opens the notifications center
Promise resolving to NotificationsCenter object
Opens the settings editor
promise that resolves to a SettingsEditor instance
Generated using TypeDoc
Page object representing the custom VSCode title bar