Table of Contents

Interface IFilterChipComponent

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

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

[AbstractionComponent("chip")]
public interface IFilterChipComponent : IContentComponent, IAutomationComponent
Inherited Members
Extension Methods

Methods

GetOperator()

Gets the operator.

FilterOperator? GetOperator()

Returns

FilterOperator?

Operator.

GetProperty()

Gets the property.

string GetProperty()

Returns

string

Property.

GetValidationSeverity()

Gets the value of the chip's business-validation-rule severity, if any.

string? GetValidationSeverity()

Returns

string

"error", "warning", or null if the chip has no failing validation rule.

GetValue()

Gets the value.

string? GetValue()

Returns

string

Value.

Remove()

Removes the chip.

void Remove()