Table of Contents

Interface IGlobalSearchInputComponent

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

Provides the functionalities of a global search input for automation.

[AbstractionComponent("global-search-input")]
public interface IGlobalSearchInputComponent : IAutomationComponent
Inherited Members

Methods

GetResultGroups()

Gets the result groups.

IReadOnlyList<IGlobalSearchResultGroup> GetResultGroups()

Returns

IReadOnlyList<IGlobalSearchResultGroup>

The result groups.

Exceptions

AutomationException

Thrown when the result of the search has not been received within the time limit.

Search(string)

Fills the field with the specified text and starts the search.

void Search(string text)

Parameters

text string

Text.