GovTechSG / purple-a11y-desktop

Purple A11y Desktop is a customisable, automated web accessibility testing tool that allows software development teams to find and fix accessibility problems to improve persons with disabilities (PWDs) access to digital services.
MIT License
33 stars 6 forks source link

I should be able to scan a local sitemap.xml file #90

Open mgifford opened 9 months ago

mgifford commented 9 months ago

I have this file I'd like to scan: file:///Users/mgifford/CA-Sitemap-Scans/medicare-popular.xml

It contains URLs for a live site.

Sadly, I can't use that here to crawl from the Desktop:

Screenshot with a local sitemap.xml file

It works fine from the CLI.js file.

younglim commented 9 months ago

Hi @mgifford

Based on your screenshot, the scan type is Website crawl. It has to be set to Sitemap scan. Cheers!