public static void Main()
var t = new AlkiConsentToolResult();
Console.WriteLine(t.ToString());
public class AlkiConsentToolResult
public bool hasARealDenyButton { get; set; }
public bool hasAJustEssentailButton { get; set; }
public bool hasASettingsButton { get; set; }
public bool hasAThreatButton { get; set; }
public bool foundConsentTool { get; set; }
public bool hasSameBackground { get; set; }
public bool hasSameTextColor { get; set; }
public bool hasSamePadding { get; set; }
public bool hasSameHeight { get; set; }
public bool hasSameWidth { get; set; }
public bool hasSameFontWeight { get; set; }
public bool hasSameFont { get; set; }
public bool hasSameBorder { get; set; }
public bool linkToPrivacy { get; set; }
public bool hasPrecheckedBoxes { get; set; }
public bool hasEssentialBox { get; set; }
public bool givenURLFoundURLSame { get; set; }
public bool errorAccured { get; set; }
public string errorMessage { get; set; }
return !(hasSameBackground && hasSameTextColor);