Table of Contents

Enum ConsoleType

Namespace
PuppeteerSharp
Assembly
PuppeteerSharp.dll

Console type used on ConsoleMessage.

public enum ConsoleType

Fields

Assert = 13

Assert.

Clear = 9

Clear.

Count = 16

Count.

Debug = 1

Debug.

Dir = 5

Dir.

Dirxml = 6

Dirxml.

EndGroup = 12

EndGroup.

Error = 3

Error.

Info = 2

Info.

Log = 0

Log.

Profile = 14

Profile.

ProfileEnd = 15

ProfileEnd.

StartGroup = 10

StartGroup.

StartGroupCollapsed = 11

StartGroupCollapsed.

Table = 7

Table.

TimeEnd = 17

TimeEnd.

[EnumMember(Value = "timeStamp")] Timestamp = 19

Time Stamp.

Trace = 8

Trace.

Verbose = 18

Verbose.

Warning = 4

Warning.