Table of Contents

Interface IInputImageComponent

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

Provides the functionalities of the automation of an input image component.

[AbstractionComponent("input-image")]
public interface IInputImageComponent : IFormFieldComponent, IAutomationComponent, IInputComponent, IValidationComponent, IFocusableComponent
Inherited Members

Properties

HasLoadingIndicator

Gets a value indicating whether the input contains the loading indicator.

bool HasLoadingIndicator { get; }

Property Value

bool

HasNoImageIndicator

Gets a value indicating whether the input contains the no image indicator.

bool HasNoImageIndicator { get; }

Property Value

bool

Gets a value indicating whether the image link is valid (or is null).

bool HasValidImageLink { get; }

Property Value

bool

HasVisibleImage

Gets a value indicating whether the image in the input is visible.

bool HasVisibleImage { get; }

Property Value

bool

IsUploadingInProgress

Gets a value indicating whether uploading is in progress.

bool IsUploadingInProgress { get; }

Property Value

bool

Methods

Gets the image link.

string? GetLink()

Returns

string

The image link or null.