Multi Elements

There are 2 options available.

Multi Elements

Multi Element with Values

Prop NameProp DescProp Rules

clearBeforeSelect

Before selecting items based on selection, all check boxes will be unselected if they are selected

Boolean (true/false) Default is false Only applicable if multiElementType is check box

multiElementType

Type if item that we are dealing with multi selection

checkbox/select

groupItemsLocator

Locator to find all the items in the group

Only xpath locator is supported

singleItemLocator

Locator to identify single item in the group. To pass item value use ${ItemName} in the locator

Last updated