Table of Contents

Interface IToastComponent

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

Provides the functionalities of a toast component for automation.

[AbstractionComponent("toast")]
public interface IToastComponent : IAutomationComponent
Inherited Members

Properties

CanClose

Gets a value indicating whether the toast can be close.

bool CanClose { get; }

Property Value

bool

Message

Gets the displayed message.

string Message { get; }

Property Value

string

Title

Gets the displayed title.

string Title { get; }

Property Value

string

Methods

Close()

Closes the toast.

bool Close()

Returns

bool

A value indicating whether the modal is closed.