Table of Contents

Interface IRepeatComponent

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

Provides the functionalities of a repeat component for automation.

[AbstractionComponent("repeat")]
public interface IRepeatComponent : IAutomationComponent
Inherited Members

Properties

IterationCount

Gets the number of displayed nodes.

int IterationCount { get; }

Property Value

int

Methods

GetIterationContent(int)

Gets the rendered components for the specified interation index.

IEnumerable<IAutomationComponent> GetIterationContent(int index)

Parameters

index int

The iteration index (starts at 1).

Returns

IEnumerable<IAutomationComponent>

The rendered components.