TapeCaptureOptions
Namespace: Hex1b.Automation
Assembly: Hex1b.dll
Selects playback artifacts without changing the Tape language.
csharp
public sealed class TapeCaptureOptionsInheritance
Object → TapeCaptureOptions
Properties
AsciinemaPath
Gets the destination for an asciicast v2 recording, or null to disable it.
Returns: String
csharp
public string? AsciinemaPath { get; init; }GoldenTextPath
Gets a destination for golden text, overriding tape text-output destinations when supplied.
Returns: String
csharp
public string? GoldenTextPath { get; init; }Overwrite
Gets whether existing artifact files may be replaced. The default is false.
Returns: Boolean
csharp
public bool Overwrite { get; init; }