DOM.highlightQuad
Highlights given quad. Coordinates are absolute with respect to the main frame viewport.
{
"name": "highlightQuad",
"parameters": [
{
"name": "quad",
"$ref": "Quad",
"description": "Quad to highlight"
},
{
"name": "color",
"$ref": "RGBAColor",
"optional": true,
"description": "The highlight fill color (default: transparent)."
},
{
"name": "outlineColor",
"$ref": "RGBAColor",
"optional": true,
"description": "The highlight outline color (default: transparent)."
},
{
"name": "usePageCoordinates",
"type": "boolean",
"optional": true,
"description": "Indicates whether the provided parameters are in page coordinates or in viewport coordinates (the default)."
}
],
"description": "Highlights given quad. Coordinates are absolute with respect to the main frame viewport."
}