Interface ILocalizableStringModal
- Namespace
- GroupeIsa.Neos.EndToEndTests.UI.Components
- Assembly
- GroupeIsa.Neos.EndToEndTests.UI.dll
Provides the functionalities of the automation of a modal in a localizable string.
public interface ILocalizableStringModal : IModalComponent, IAutomationComponent
- Inherited Members
Methods
FindLanguageTextbox(string)
Finds the textbox for the specified language.
ITextBoxComponent? FindLanguageTextbox(string language)
Parameters
languagestringLanguage.
Returns
- ITextBoxComponent
Textbox for the specified language if it exists.
GetLanguageNames()
Gets the available languages names of the localizable string modal.
IEnumerable<string> GetLanguageNames()
Returns
- IEnumerable<string>
Available languages.
GetLanguageTextbox(string)
Gets the textbox for the selected language.
ITextBoxComponent GetLanguageTextbox(string language)
Parameters
languagestringLanguage.
Returns
- ITextBoxComponent
Textbox for the specified language.