Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install robotframework-wavelibrary

How to install robotframework-wavelibrary

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install robotframework-wavelibrary
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
Windows (64-bit)
Mac OS X (10.5+)
Linux (32-bit)
Linux (64-bit)
0.1.3 Available View build log
 
Author
License
GPL
Depended by
Imports
Lastest release
version 0.1.3 on Jan 9th, 2014

WAVE-library for Robot Framework

WAVE is an accessibility analyzing service and Firefox add-on created by WebAIM. This library provides a few Robot Framework resources for executing automated analyzes with the Firefox add-on.

(This package includes a Firefox profile with The WAVE Toolbar extension pre-installed. The WAVE toolbar, its interface elements, design elements, functionality, and underlying code are (c) WebAIM.)

Installation
$ pip install robotframework-wavelibrary
Example test
*** Settings ***

Library  WAVELibrary

Suite setup  Open WAVE browser
Suite teardown  Close all browsers

*** Test Cases ***

Test single page
    [Documentation]  Single page test could interact with the target
    ...              app as much as required and end with triggering
    ...              the accessibility scan.
    Go to  http://www.plone.org/
    Check accessibility errors

Test multiple pages
    [Documentation]  Template based test can, for example, take a list
    ...              of URLs and perform accessibility scan for all
    ...              of them. While regular test would stop for the
    ...              first failure, template based test will just jump
    ...              to the next URL (but all failures will be reported).
    [Template]  Check URL for accessibility errors
    http://www.plone.org/
    http://www.drupal.org/
    http://www.joomla.org/
    http://www.wordpress.org/

Changelog

0.1.3 (2013-05-26)
  • Fix to take page screenshot only when WAVE Toolbar reports errors
0.1.2 (2013-05-26)
  • Updated documentation.
0.1.1 (2013-05-25)
  • Fix packaging (removed non-ascii character from README)
0.1.0 (2013-05-25)
  • First pre-release

Subscribe to package updates

Last updated Jan 9th, 2014

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.