Table of Contents

Interface IMessageComponent

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

Provides the functionnalities of a message component for automation.

[AbstractionComponent("message")]
public interface IMessageComponent : IContentComponent, IAutomationComponent
Inherited Members
Extension Methods

Properties

CanClose

Gets a value indicating whether the message can be close.

bool CanClose { get; }

Property Value

bool

Methods

Close()

Closes the message.

bool Close()

Returns

bool

A value indicating whether the message is closed.