Skip to main content

pypom-axe integrates the aXe accessibility testing API with PyPOM.

Requirements

You will need the following prerequisites in order to use pypom-axe:

  • Python 2.7 or 3.6

  • PyPOM >= 1.2.0

Installation

To install pypom-axe:

$ pip install pypom-axe -i https://testpypi.python.org

Usage

pypom-axe will run the aXe accessibility checks by default whenever its wait_for_page_to_load() method is called.

If you overload wait_for_page_to_load(), you will need to call super([YOUR CLASS NAME], self).wait_for_page_to_load() within your overloaded method.

base.py

from pypom_axe import AxePage as Page

class Base(Page):

def wait_for_page_to_load(self):
  super(Base, self).wait_for_page_to_load()
  self.wait.until(lambda s: self.seed_url in s.current_url)
  return self

Resources

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pypom-axe-0.0.5.tar.gz (62.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pypom_axe-0.0.5-py2-none-any.whl (64.0 kB view details)

Uploaded Python 2

File details

Details for the file pypom-axe-0.0.5.tar.gz.

File metadata

  • Download URL: pypom-axe-0.0.5.tar.gz
  • Upload date:
  • Size: 62.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pypom-axe-0.0.5.tar.gz
Algorithm Hash digest
SHA256 78bf383c66e8c34712cebc5aa8892bef6c62d21d1973c6c44a7566d2634bcd5c
MD5 9b81592bc8665064955f4ef9c6c5cb1f
BLAKE2b-256 94735deb9b79e99553948392cf6d9e8a74e504f1451d2f8a4cc36553c03a3ac6

See more details on using hashes here.

File details

Details for the file pypom_axe-0.0.5-py2-none-any.whl.

File metadata

File hashes

Hashes for pypom_axe-0.0.5-py2-none-any.whl
Algorithm Hash digest
SHA256 1a2aee07064bfbec796646a6bdb96ae00ea0c790ff4f4e7e3841929ac3d5ad95
MD5 7b2fd2aee97e2e5991fcb389d45d4b23
BLAKE2b-256 f6682d97590704d8992d5ffbdb81b992876727c70308974cc54127cd5946f2a3

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page