Table of Contents

Interface ILocalizableStringModal

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

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

public interface ILocalizableStringModal : IModalComponent, IAutomationComponent
Inherited Members

Methods

FindLanguageTextbox(string)

Finds the textbox of the selected language.

ITextBoxComponent? FindLanguageTextbox(string language)

Parameters

language string

The language of the localizableString.

Returns

ITextBoxComponent

The textbox language exist or not.

GetLanguageNames()

Gets the available languages names of the localizable string modal.

IEnumerable<string> GetLanguageNames()

Returns

IEnumerable<string>

The collection of available languages.

GetLanguageTextbox(string)

Gets the textbox of the selected language.

ITextBoxComponent GetLanguageTextbox(string language)

Parameters

language string

The language of the localizableString.

Returns

ITextBoxComponent

The input current value.