0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00
puppeteer/docs/api/puppeteer.elementhandle.aselement.md
2023-03-01 11:09:17 +01:00

266 B

sidebar_label
ElementHandle.asElement

ElementHandle.asElement() method

Signature:

class ElementHandle {
  asElement(): ElementHandle<ElementType>;
}

Returns:

ElementHandle<ElementType>