Handle Session Overlay Blocking When a web session becomes unresponsive with blank/frozen screens, an overlay dialog (often session timeout) is likely blocking interaction. Use JavaScript to identify the blocking element (inspect DOM for overlay classes like ), hide it with , and scroll to reveal the form content. If screenshots fail due to overlay, verify form values via JavaScript inspection before submitting directly via rather than relying on visual verification. ---