Table of Contents

Interface IInputLocalizableStringComponent

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

Provides the functionalities of the automation of a input localizable string component.

[AbstractionComponent("input-localizable-string")]
public interface IInputLocalizableStringComponent : ITextBoxComponent, IStringInputComponent, IClearableComponent, ISelectableComponent, IFormFieldComponent, IAutomationComponent, IInputComponent, IValidationComponent, IFocusableComponent
Inherited Members

Methods

GetValue(string)

Gets the textbox value for the specified language and do not open the modal.

string GetValue(string lang)

Parameters

lang string

The language.

Returns

string

The textbox value for the specified language.

OpenModal()

Open Modal of the localizableString.

ILocalizableStringModal OpenModal()

Returns

ILocalizableStringModal

Return a localizableString Modal.

SetValue(string, string?)

Sets the textbox value for the specified language and do not close the modal.

void SetValue(string lang, string? value)

Parameters

lang string

The language.

value string

The new textbox value.

Exceptions

AutomationException

The textbox value cannot be changed.