Table of Contents

Class LaunchOptions

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

Represents the launch options.

public class LaunchOptions
Inheritance
LaunchOptions
Inherited Members

Properties

UserEmail

Gets or sets the user email.

public string? UserEmail { get; set; }

Property Value

string

UserFirstName

Gets or sets the user first name.

public string? UserFirstName { get; set; }

Property Value

string

UserIdentifier

Gets or sets the user identifier.

public string? UserIdentifier { get; set; }

Property Value

string

UserLastName

Gets or sets the user last name.

public string? UserLastName { get; set; }

Property Value

string

UserName

Gets or sets the user name.

[Obsolete("Use the UserIdentifier property instead.", true)]
public string? UserName { get; set; }

Property Value

string