22 lines
775 B
Markdown
22 lines
775 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [Value](./puppeteer.protocol.css.value.md)
|
||
|
|
||
|
## Protocol.CSS.Value interface
|
||
|
|
||
|
Data for a simple selector (these are delimited by commas in a selector list).
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface Value
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [range](./puppeteer.protocol.css.value.range.md) | [SourceRange](./puppeteer.protocol.css.sourcerange.md) | Value range in the underlying resource (if available). |
|
||
|
| [text](./puppeteer.protocol.css.value.text.md) | string | Value text. |
|
||
|
|