Table of Contents

Interface IQuickSearchComponent

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

Provides the functionalities of the automation of a quick search component.

[AbstractionComponent("quick-search")]
public interface IQuickSearchComponent : ITextBoxComponent, IStringInputComponent, IClearableComponent, ISelectableComponent, IFormFieldComponent, IAutomationComponent, IInputComponent, IValidationComponent, IFocusableComponent
Inherited Members

Methods

Clear()

Clears the value.

void Clear()

SetValue(string)

Sets the value and press enter.

void SetValue(string value)

Parameters

value string

The value.