Find and interact with hidden elements
Element hidden with display: none
This element is hidden with display: none
Element exists in DOM but is not visible
Element hidden with visibility: hidden
This element is hidden with visibility: hidden
Element takes up space but is invisible
Element with opacity: 0
This element has opacity: 0
Element is invisible but clickable
Element positioned outside the viewport
This element is positioned off-screen
Element exists but is positioned outside viewport
Element with zero dimensions
This element has zero width and height
Element exists with 0x0 dimensions
Show or hide an element dynamically
Element is: hidden
Click to expand or collapse content
This content was hidden until you expanded the section.
Input fields of type hidden
Element hidden from screen readers
Visible but hidden from accessibility tools
Automation hints
isVisible() to detect elements with display:none or visibility:hiddenopacity:0 are invisible but still clickable — verify with #btn-opacity-zeroinputValue() on #input-hidden#element-toggleable-status reflects current statearia-hidden attribute check for accessibility-hidden elements