mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
669 B
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;