Table of Contents

Interface IMessageBoxComponentBase

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

Provides the base functionalities of a message box component for automation.

public interface IMessageBoxComponentBase : IModalComponent, IAutomationComponent
Inherited Members

Properties

Message

Gets the entirety of the displayed message.

string Message { get; }

Property Value

string

OkButton

Gets the OK button component.

IButtonComponent? OkButton { get; }

Property Value

IButtonComponent

Title

Gets the displayed title.

string Title { get; }

Property Value

string