puppeteer/new-docs/puppeteer.protocol.debugger.scope.object.md
2020-07-13 14:01:35 +01:00

669 B

Home > puppeteer > Protocol > Debugger > Scope > object

Protocol.Debugger.Scope.object property

Object representing the scope. For global and with scopes it represents the actual object; for the rest of the scopes, it is artificial transient object enumerating scope variables as its properties.

Signature:

object: Runtime.RemoteObject;