E-mail List Archives
Re: Tools to scan websites made using CGI
From: Cameron Cundiff
Date: Feb 25, 2014 7:44AM
- Next message: Druckman,Geri: "Re: Tools to scan websites made using CGI"
- Previous message: Bourne, Sarah (ITD): "Re: Tools to scan websites made using CGI"
- Next message in Thread: Druckman,Geri: "Re: Tools to scan websites made using CGI"
- Previous message in Thread: Bourne, Sarah (ITD): "Re: Tools to scan websites made using CGI"
- View all messages in this Thread
Hi Mark,
Take a look at capybara-accessible. You can write an script that starts an
automated browser to visit pages, click links, interact with forms, and
target specific elements. Whenever the browser get a message to click a
link or visit a page, it runs accessibility assertions and will stop and
print a report when it finds an error.
Crawling is a brittle mechanism for testing pages that have form
interaction, which is part of the reason Case Commons built the tool.
The scripting language uses Capybara:
https://github.com/jnicklas/capybara#the-dsl
capybara-accessible is on ruby gems:
https://github.com/casecommons/capybara-accessible
On Tue, Feb 25, 2014 at 9:02 AM, Bourne, Sarah (ITD) <
<EMAIL REMOVED> > wrote:
> Mark,
>
> The WebAIM WAVE toolbar tests against pages as rendered:
> http://wave.webaim.org/
>
> If you are looking for a tool that can crawl and run across a whole site
> in that mode and generate reports, let me know what you find.
>
> sb
> Sarah E. Bourne
> Director of Assistive Technology
> Information Technology Division
> Commonwealth of Massachusetts
> 1 Ashburton Pl. rm 1601 Boston MA 02108
> 617-626-4502
> <EMAIL REMOVED>
> http://www.mass.gov/itd
>
>
>
- Next message: Druckman,Geri: "Re: Tools to scan websites made using CGI"
- Previous message: Bourne, Sarah (ITD): "Re: Tools to scan websites made using CGI"
- Next message in Thread: Druckman,Geri: "Re: Tools to scan websites made using CGI"
- Previous message in Thread: Bourne, Sarah (ITD): "Re: Tools to scan websites made using CGI"
- View all messages in this Thread