Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 529 Bytes

puppeteer.frame._x.md

File metadata and controls

22 lines (13 loc) · 529 Bytes

Home > puppeteer > Frame > $x

Frame.$x() method

Signature:

$x(expression: string): Promise<ElementHandle[]>;

Parameters

Parameter Type Description
expression string

Returns:

Promise<ElementHandle[]>