Enum RemoteObjectType
- Namespace
- PuppeteerSharp.Cdp.Messaging
- Assembly
- PuppeteerSharp.dll
Remote object type.
[JsonConverter(typeof(JsonStringEnumMemberConverter<RemoteObjectType>))]
public enum RemoteObjectType
Fields
Bigint = 8Bigint.
Boolean = 6Boolean.
Function = 2Function.
Number = 5Number.
Object = 1Object.
Other = 0Other.
String = 4String.
Symbol = 7Symbol.
Undefined = 3Undefined.