[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Runtime](./puppeteer.protocol.runtime.md) > [ConsoleAPICalledEventType](./puppeteer.protocol.runtime.consoleapicalledeventtype.md)
## Protocol.Runtime.ConsoleAPICalledEventType enum
Signature:
```typescript
export const enum ConsoleAPICalledEventType
```
## Enumeration Members
| Member | Value | Description |
| --- | --- | --- |
| Assert | 'assert'
| |
| Clear | 'clear'
| |
| Count | 'count'
| |
| Debug | 'debug'
| |
| Dir | 'dir'
| |
| DirXML | 'dirxml'
| |
| EndGroup | 'endGroup'
| |
| Error | 'error'
| |
| Info | 'info'
| |
| Log | 'log'
| |
| Profile | 'profile'
| |
| ProfileEnd | 'profileEnd'
| |
| StartGroup | 'startGroup'
| |
| StartGroupCollapsed | 'startGroupCollapsed'
| |
| Table | 'table'
| |
| TimeEnd | 'timeEnd'
| |
| Trace | 'trace'
| |
| Warning | 'warning'
| |