Open GroupBox

Last modified: May 15, 2023

1 Description

Opens a groupbox by its given name.

2 Supported widgtes

  • GroupBox

3 Usage

Pass the name of the GroupBox you want to open as parameter for the action. 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 groupbox you want to open
Search Context WebElement no Limit the search to the given WebElement