Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 280 Bytes

puppeteer.elementhandle.aselement.md

File metadata and controls

17 lines (12 loc) · 280 Bytes
sidebar_label
ElementHandle.asElement

ElementHandle.asElement() method

Signature:

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

Returns:

ElementHandle<ElementType> | null