Click Menu Item

Last modified: May 15, 2023

1 Description

Clicks a Menu Item in a Navigation Tree, Menu Bar and Simple Menu Bar.

2 Supported Widgets

  • NavigationTree
  • MenuBar
  • SimpleMenuBar

3 Usage

Pass the name of the parent widget and the caption of the menu item you want to click. Optionally you can provide a WebElement as search context, to narrow down the search for the widget, if there are two or more widgets with the same name.

4 Input Parameters

Name Datatype Required Description
Widget Name String yes The name of the parent widget
Caption String yes The caption of the menu item
Search Context WebElement no Limit the search for the DataGrid row to the given WebElement