Skip to main content
Version: 22.14.0

ElementHandle.isVisible() method

An element is considered to be visible if all of the following is true:

Signature:

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

Returns:

Promise<boolean>