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.

IChipComponent GetChip(string propertyName)

Parameters

propertyName string

The property name.

Returns

IChipComponent

The chip.

GetChips()

Gets the chips.

IChipComponent[] GetChips()

Returns

IChipComponent[]

The chips.