OPENAPI / COMPONENTS / SCHEMAS
DOM context
DomContextSanitized target-element context captured by the browser extension.
object8properties
cssSelectorstringrequiredCSS selector for the target element.
xpathstringrequiredXPath for the target element.
tagNamestringrequiredUppercase HTML tag name.
attributesobjectrequiredSanitized element attributes, each limited to 2,000 characters.
textstringrequiredTarget element text.
outerHTMLstringrequiredSanitized target element HTML.
viewportobjectrequiredViewport at capture time.
boundingRectobjectrequiredElement rectangle relative to the viewport.