public
Description: A XML-RPC service used for examining web pages accessibility
Homepage: http://monotonous.org
Clone URL: git://github.com/eeejay/specular.git
Eitan Isaacson (author)
Wed Feb 11 02:09:57 -0800 2009
specular / README.speclenium
100644 22 lines (17 sloc) 0.732 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Speclenium
 
Description
===========
 
Speclenium is a service that provides an XML-RPC interface for common
a11y testing tasks. By default Speclenium will launch a modified
Selenium-RC, and thus provide a standalone solution.
 
Prerequisites
=============
When specular is distributed as an EXE, there are no additional
dependancies. Otherwise, these are the things that are needed:
- A modified Selenium-RC, this is often bundled, look for a jar file.
(http://github.com/eeejay/selenium-remote-control/tree/master)
- Python 2.5
- Twisted (http://twistedmatrix.com)
- pyia, for Windows (http://monotonous.org/pyia)
- comtypes, for Windows (http://www.comtypes.sf.net)
- pywin32, for Windows (http://sourceforge.net/projects/pywin32)