Skip to content

Test Authenticated Pages

If part of your site is behind a login, Sitepager can authenticate before scanning so those pages are included in your pre-publish check. Common examples include member areas, course libraries, customer portals, and password-protected staging environments.


The Enable Login toggle is in the Advanced Settings section when creating or editing a scan. It is disabled by default.


  1. Click New Scan from the Dashboard
  2. Enter your Website URL
  3. Open Advanced Settings and enable Enable Login
  4. Fill in your login details (see fields below)
  5. Click Run Scan

Login fields:

FieldWhat to enter
Login URLThe URL of your login page (e.g. https://example.com/login)
Click to show login formEnable if your login form only appears after clicking a button or link (e.g. a “Sign in” button that reveals the form)
UsernameThe username or email for the account
PasswordThe corresponding password
Username Field SelectorThe CSS selector for the username or email input field
Password Field SelectorThe CSS selector for the password input field
Submit Button SelectorThe CSS selector for the login form submit button
Login Success SelectorA selector or text Sitepager uses to confirm the login was successful
Login Wait TimeHow long Sitepager waits for the login to complete, in seconds (0-30)

Do not use personal credentials or an account with access to sensitive data. Create a dedicated test account for Sitepager and use those credentials here. If your authentication structure changes, update the login details in your scan settings to keep the scan working.


Enable login on any scan that includes authenticated pages. It runs as part of your standard pre-publish check alongside visual, SEO, and broken link checks. If your login flow or authenticated content changes, re-run the scan to confirm everything looks right before publishing.


Test your selectors before running a full scan. If the login fails, Sitepager cannot capture authenticated pages. Confirm your selectors match the current login form fields before running across your full site.

Update login details when your authentication changes. A redesigned login page or new form structure will break the login flow. Check your scan settings after any authentication update.

Use Include and Exclude patterns to scope authenticated scans. If only part of your site is behind a login, scope the scan to those pages to keep runs focused. See Include & Exclude Pages for how to set this up.