775 B
775 B
Home > puppeteer > Protocol > CSS > Value
Protocol.CSS.Value interface
Data for a simple selector (these are delimited by commas in a selector list).
Signature:
export interface Value
Properties
Property | Type | Description |
---|---|---|
range | SourceRange | Value range in the underlying resource (if available). |
text | string | Value text. |