0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00
puppeteer/docs/api/puppeteer.jshandle.aselement.md

376 B

sidebar_label
JSHandle.asElement

JSHandle.asElement() method

Either null or the handle itself if the handle is an instance of ElementHandle.

Signature:

class JSHandle {
  abstract asElement(): ElementHandle<Node> | null;
}

Returns:

ElementHandle<Node> | null