Files
puppeteer/docs/api/puppeteer.jshandle.aselement.md
2023-03-30 11:54:00 +00:00

367 B

sidebar_label
sidebar_label
JSHandle.asElement

JSHandle.asElement() method

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

Signature:

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

Returns:

ElementHandle<Node> | null