New

A11y Pulse now supports scripting, allowing you to write short Puppeteer-based scripts that run before each scan.
Use them to log in, dismiss cookie banners, or navigate multi-step flows so that every page on your site gets tested — even those behind authentication. Scripts are written in a familiar JavaScript syntax and have access to the full Puppeteer page API.
Each script runs in a sandboxed browser session and can be tested directly in the app before being attached to a scan configuration. If a script fails, the scan still runs against any pages it can reach, and the failure is logged for debugging.