Table of Contents

Interface IFilterChipsComponent

Namespace
GroupeIsa.Neos.EndToEndTests.UI.Components
Assembly
GroupeIsa.Neos.EndToEndTests.UI.dll

Provides the functionalities of the automation of a filter chips component.

[AbstractionComponent("filter-chips")]
public interface IFilterChipsComponent : IAutomationComponent
Inherited Members

Methods

GetChip(string)

Gets the chip of the specified property.

IFilterChipComponent GetChip(string propertyName)

Parameters

propertyName string

The property name.

Returns

IFilterChipComponent

The chip.

GetChips()

Gets the chips.

IFilterChipComponent[] GetChips()

Returns

IFilterChipComponent[]

The chips.