Skip to main content
Version: Next

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>