puppeteer/new-docs/puppeteer.protocol.domsnapshot.layouttreenode.boundingbox.md
2020-07-13 14:01:35 +01:00

618 B

Home > puppeteer > Protocol > DOMSnapshot > LayoutTreeNode > boundingBox

Protocol.DOMSnapshot.LayoutTreeNode.boundingBox property

The bounding box in document coordinates. Note that scroll offset of the document is ignored.

Signature:

boundingBox: DOM.Rect;