OPENAPI / COMPONENTS / SCHEMAS

DOM context

DomContext

Sanitized target-element context captured by the browser extension.

object8properties
cssSelectorstringrequired

CSS selector for the target element.

xpathstringrequired

XPath for the target element.

tagNamestringrequired

Uppercase HTML tag name.

attributesobjectrequired

Sanitized element attributes, each limited to 2,000 characters.

textstringrequired

Target element text.

outerHTMLstringrequired

Sanitized target element HTML.

viewportobjectrequired

Viewport at capture time.

boundingRectobjectrequired

Element rectangle relative to the viewport.