Table of Contents

Enum RemoteObjectType

Namespace
PuppeteerSharp.Cdp.Messaging
Assembly
PuppeteerSharp.dll

Remote object type.

public enum RemoteObjectType

Fields

Bigint = 8

Bigint.

Boolean = 6

Boolean.

Function = 2

Function.

Number = 5

Number.

Object = 1

Object.

Other = 0

Other.

String = 4

String.

Symbol = 7

Symbol.

Undefined = 3

Undefined.