Get Validation Message

Last modified: June 18, 2025

Description

Returns the validation message of a widget.

Supported Widgets

  • All standard widgets

Usage

You have to pass the widget name to 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 widget
Search ContextWebElementnoLimit the search to the given WebElement

Return Value

NameDatatypeDescription
Validation MessageStringThe text of the validation message.