Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 352 Bytes

puppeteer.elementhandle.ishidden.md

File metadata and controls

19 lines (13 loc) · 352 Bytes
sidebar_label
ElementHandle.isHidden

ElementHandle.isHidden() method

Checks if an element is hidden using the same mechanism as ElementHandle.waitForSelector().

Signature:

class ElementHandle {
  isHidden(): Promise<boolean>;
}

Returns:

Promise<boolean>