Close GroupBox

Last modified: June 18, 2025

Description

Closes a groupbox by its given name.

Supported Widgets

  • GroupBox

Usage

Pass the name of the GroupBox you want to close 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.

Input Parameters

NameDatatypeRequiredDescription
Widget NameStringyesThe name of the groupbox you want to close
Search ContextWebElementnoLimit the search to the given WebElement