Table of Contents

Interface IInputFileComponent

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

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

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

Properties

HasNoFileIndicator

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

bool HasNoFileIndicator { get; }

Property Value

bool

HasVisibleFile

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

bool HasVisibleFile { get; }

Property Value

bool

IsUploadingInProgress

Gets a value indicating whether uploading is in progress.

bool IsUploadingInProgress { get; }

Property Value

bool

Methods

Gets the file link.

string? GetLink()

Returns

string

The file link or null.