Enum ConsoleType
- Namespace
- PuppeteerSharp
- Assembly
- PuppeteerSharp.dll
Console type used on ConsoleMessage.
[JsonConverter(typeof(JsonStringEnumMemberConverter<ConsoleType>))]
public enum ConsoleType
Fields
Assert = 13Assert.
Clear = 9Clear.
Count = 16Count.
Debug = 1Debug.
Dir = 5Dir.
Dirxml = 6Dirxml.
EndGroup = 12EndGroup.
Error = 3Error.
Info = 2Info.
Log = 0Log.
Profile = 14Profile.
ProfileEnd = 15ProfileEnd.
StartGroup = 10StartGroup.
StartGroupCollapsed = 11StartGroupCollapsed.
Table = 7Table.
TimeEnd = 17TimeEnd.
[EnumMember(Value = "timeStamp")] Timestamp = 19Time Stamp.
Trace = 8Trace.
Verbose = 18Verbose.
Warning = 4Warning.