0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00
puppeteer/new-docs/puppeteer.protocol.debugger.setvariablevaluerequest.scopenumber.md
2020-07-13 14:01:35 +01:00

703 B

Home > puppeteer > Protocol > Debugger > SetVariableValueRequest > scopeNumber

Protocol.Debugger.SetVariableValueRequest.scopeNumber property

0-based number of scope as was listed in scope chain. Only 'local', 'closure' and 'catch' scope types are allowed. Other scopes could be manipulated manually.

Signature:

scopeNumber: integer;