puppeteer/new-docs/puppeteer.elementhandle._x.md

23 lines
561 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; [ElementHandle](./puppeteer.elementhandle.md) &gt; [$x](./puppeteer.elementhandle._x.md)
## ElementHandle.$x() method
<b>Signature:</b>
```typescript
$x(expression: string): Promise<ElementHandle[]>;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| expression | string | |
<b>Returns:</b>
Promise&lt;[ElementHandle](./puppeteer.elementhandle.md)<!-- -->\[\]&gt;