isVisible


isVisiblebooleanRead-only

Indicates if the element is actually visible.

If isVisible is true, the element is displayed on the page.

If isVisible is false, the element is not displayed on the page.

Did this help?