Class FlawrightProfileConfig
public record FlawrightProfileConfig : IEquatable<FlawrightProfileConfig>
- Inheritance
-
FlawrightProfileConfig
- Implements
- Inherited Members
Properties
ApplicationPath
public string? ApplicationPath { get; init; }
Property Value
Arguments
public string? Arguments { get; init; }
Property Value
LaunchTimeoutMs
public int? LaunchTimeoutMs { get; init; }
Property Value
- int?
WindowTitle
public string? WindowTitle { get; init; }