Table of Contents

Class FlawrightProfileConfig

Namespace
Cress.Core.Models
Assembly
Cress.Core.dll
public record FlawrightProfileConfig : IEquatable<FlawrightProfileConfig>
Inheritance
FlawrightProfileConfig
Implements
Inherited Members

Properties

ApplicationPath

public string? ApplicationPath { get; init; }

Property Value

string

Arguments

public string? Arguments { get; init; }

Property Value

string

LaunchTimeoutMs

public int? LaunchTimeoutMs { get; init; }

Property Value

int?

WindowTitle

public string? WindowTitle { get; init; }

Property Value

string