puppeteer/website/versioned_docs/version-9.1.1/puppeteer.jshandle.aselement.md
2021-08-10 11:09:48 +01:00

534 B

Home > puppeteer > JSHandle > asElement

JSHandle.asElement() method

Signature:

asElement(): ElementHandle | null;

Returns:

ElementHandle | null

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