22 lines
636 B
Markdown
22 lines
636 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [WaitForSelectorOptions](./puppeteer.waitforselectoroptions.md)
|
||
|
|
||
|
## WaitForSelectorOptions interface
|
||
|
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface WaitForSelectorOptions
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [hidden](./puppeteer.waitforselectoroptions.hidden.md) | boolean | |
|
||
|
| [timeout](./puppeteer.waitforselectoroptions.timeout.md) | number | |
|
||
|
| [visible](./puppeteer.waitforselectoroptions.visible.md) | boolean | |
|
||
|
|