Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 533 Bytes

puppeteer.page.select.md

File metadata and controls

23 lines (14 loc) · 533 Bytes

Home > puppeteer > Page > select

Page.select() method

Signature:

select(selector: string, ...values: string[]): Promise<string[]>;

Parameters

Parameter Type Description
selector string
values string[]

Returns:

Promise<string[]>