Property ForceDriver
ForceDriver
Forces the use of the specified driver (one of "fake", "ansi", "curses", "net", or "windows"). If not specified, the driver is selected based on the platform.
public static string ForceDriver { get; set; }
Property Value
Remarks
Note, Init(ConsoleDriver?, string?) will override this configuration setting if called
with either driver
or driverName
specified.