puppeteer/new-docs/puppeteer.frame.select.md

24 lines
537 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; [Frame](./puppeteer.frame.md) &gt; [select](./puppeteer.frame.select.md)
## Frame.select() method
<b>Signature:</b>
```typescript
select(selector: string, ...values: string[]): Promise<string[]>;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| selector | string | |
| values | string\[\] | |
<b>Returns:</b>
Promise&lt;string\[\]&gt;