Skip to main content

ElementHandle.isIntersectingViewport() method

Resolves to true if the element is visible in the current viewport.

Signature:

isIntersectingViewport(options?: {
threshold?: number;
}): Promise<boolean>;

Parameters

ParameterTypeDescription
options{ threshold?: number; }(Optional)

Returns:

Promise<boolean>