mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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. |