puppeteer/new-docs/puppeteer.protocol.overlay.highlightrectrequest.md
2020-07-13 14:01:35 +01:00

1.4 KiB

Home > puppeteer > Protocol > Overlay > HighlightRectRequest

Protocol.Overlay.HighlightRectRequest interface

Signature:

export interface HighlightRectRequest 

Properties

Property Type Description
color DOM.RGBA The highlight fill color (default: transparent).
height integer Rectangle height
outlineColor DOM.RGBA The highlight outline color (default: transparent).
width integer Rectangle width
x integer X coordinate
y integer Y coordinate