Table of Contents

Interface ILookupModalComponent

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

Provides the functionnalites of the automation of a modal in a lookup.

public interface ILookupModalComponent : IModalComponent, IAutomationComponent, IDatagridReaderComponent
Inherited Members

Methods

FindDatagridComponent()

Finds the datagrid component.

IDatagridComponent? FindDatagridComponent()

Returns

IDatagridComponent

The datagrid component or null when it's not found.

FindPaginationComponent()

Finds the pagination component.

IPaginationComponent? FindPaginationComponent()

Returns

IPaginationComponent

The pagination component or null when it's not found.

GetColumnsCaptions()

Gets the captions of the columns of the datagrid.

IEnumerable<string> GetColumnsCaptions()

Returns

IEnumerable<string>

an enumerable of string.

GetDatagridComponent()

Gets the datagrid component.

IDatagridComponent GetDatagridComponent()

Returns

IDatagridComponent

The datagrid component.

Exceptions

AutomationException

Throws when the datagrid component was not found.

GetFilterBar()

Gets the filter bar component.

IFilterBarComponent GetFilterBar()

Returns

IFilterBarComponent

The filter bar component.

Exceptions

AutomationException

Throws when the filter bar component was not found.

GetPaginationComponent()

Gets the pagination component.

IPaginationComponent GetPaginationComponent()

Returns

IPaginationComponent

The pagination component.

Exceptions

AutomationException

Throws when the pagination component was not found.

GetRowsCount()

Gets the number of rows in the datagrid.

int GetRowsCount()

Returns

int

the number of rows.