Another API which is used a lot at least in Puppeteer unit tests, and is causing a lot of those to fail. Puppeteer itself only used the `objectId` for referencing the node. Every other optional argument is not in use. The result is a [node description](https://chromedevtools.github.io/devtools-protocol/tot/DOM#type-Node), whereby only its `backendNodeId` and `frameId` properties are used within Puppeteer.
Bug 1607560 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Another API which is used a lot at least in Puppeteer unit tests, and is causing a lot of those to fail. Puppeteer itself only uses the `objectId` for referencing the node. Every other optional argument is not in use. The result is a [node description](https://chromedevtools.github.io/devtools-protocol/tot/DOM#type-Node), whereby only its `backendNodeId` and `frameId` properties are used within Puppeteer.