<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) > [puppeteer](./puppeteer.md) > [Page](./puppeteer.page.md) > [select](./puppeteer.page.select.md) ## Page.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<string\[\]>