Skip to main content
Version: 8.0.2

Left Panel Menu (aka Case Worker Menu)

Left panel menu widget (leftPanelMenu, alias caseWorkerMenu) could be expanded (visible) or collapsed (represented by icons only). In the latest Pega versions menu is collapsed by default, and you need to expand it before case creation or any other manipulation:

await pega.leftPanelMenu.expand();

Available methods

NameParameter(s)TypeDescription
expandexpectedMenuItem string ("Create" by default)Expands left panel menu. Expects a Create menu item to be visible after expansion but could be replaced by any other value
createNewCasestring, {}?Creates a new case with a given case name
selectItemstring, {}?Clicks a given menu item element
searchstring, {}?Sets a given value in the search field and clicks Enter key