Skip to content

Page Object APIs

Jan Richter edited this page Apr 24, 2019 · 29 revisions

In order to keep everyone from having to go through the VS Code DOM, which is quite complicated, the framework provides page objects to work with parts of VS Code directly.

See the individual page object pages below. For complete API reference, look into the docs folder in the root of this repository.

Activity Bar
Bottom Bar
  • BottomBarPanel
  • DebugConsoleView
  • ProblemsView
  • OutputView
  • TerminalView
Editor
  • ContentAssist
  • Editor
  • EditorView
Menu
  • ContextMenu
  • ContextMenuItem
Title Bar
  • TitleBar
  • TitleBarItem
  • WindowControls
Side Bar
  • SideBarView
  • ViewContent
  • ViewItem
  • ViewSection
  • ViewTitlePart
Status Bar
  • StatusBar
Workbench
  • Notification
  • NotificationsCenter
  • Workbench
  • Input
Clone this wiki locally