Back to Documentation
DocsScan Configuration
4 min read
Scan Configuration
Every codebase is unique. Use Advanced Parameters to tell Aulys exactly how to interact with and assess your specific web application.
Viewport & Emulation
Mobile vs Desktop
Accessibility issues frequently vary between viewport breakpoints (like off-screen hamburger menus). You can configure a scan to emulate a generic mobile device (width: 375px) to catch touch-target size failures missing on Desktop.
Code Injections
CSS Selectors to Exclude
Need to ignore third-party chat widgets or ad iframes? Provide a comma-separated list of CSS selectors and Aulys will prune them from the DOM prior to auditing.
#intercom-frame, .adsbygooglePre-execution Scripts
Define custom JavaScript snippets to fire in the browser context immediately before the accessibility scan executes. Perfect for closing consent modals.
localStorage.setItem('cookieConsent','true')