Dropdown has Option

Last modified: June 18, 2025

Description

Returns true if the value is available in the drop-down otherwise false.

Supported Widgets

  • Dropdown
  • ReferenceSelector
  • SearchInput Dropdown

Usage

Pass the name of the widget you want to get the value from. 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
ValueStringyesThe value you want to check
Search ContextWebElementnoLimit the search to the given WebElement

Return Value

NameDatatypeDescription
Has OptionBooleanTrue if option with specified value is available in drop-down otherwise false.