mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
eedbb13ada
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
356 B
356 B
sidebar_label |
---|
ElementHandle.isVisible |
ElementHandle.isVisible() method
Checks if an element is visible using the same mechanism as ElementHandle.waitForSelector().
Signature:
class ElementHandle {
isVisible(): Promise<boolean>;
}
Returns:
Promise<boolean>