TitleBarItem

Lookup
Section titled “Lookup”import { TitleBar } from "vscode-extension-tester";
// get an item from the title barconst item = await new TitleBar().getItem("File");Select the Item
Section titled “Select the Item”const contextMenu = await item.select();The rest of the functionality is exactly the same as other menu items, like ContextMenuItem.
