puppeteer/new-docs/puppeteer.protocol.css.value.md

22 lines
775 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [CSS](./puppeteer.protocol.css.md) &gt; [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. |