$npx skillfedfor your agent

accessibility-selenium-testing

This skill equips QA engineers with practical patterns to integrate accessibility compliance checks into Selenium-based test automation workflows. Detect WCAG 2.1 and 2.2 violations programmatically, catching accessibility regressions before production. Built tool-agnostic for use with Copilot, Claude, Cursor, and other AI agents.

accessibility-selenium-testing equips QA engineers with practical patterns to integrate WCAG 2.1 and 2.2 compliance checks directly into Selenium test automation workflows. The skill enables automated scanning for accessibility violations, allowing teams to detect regressions before production and enforce compliance gates in CI/CD pipelines. It works tool-agnostic across Copilot, Claude, Cursor, and other AI agents.

AI-generated summary based on this skill's SKILL.md

203 36 MITupdated by fugazi

Decision gist · record as of 2026-07-26

accessibility-selenium-testing equips QA engineers with practical patterns to integrate WCAG 2.1 and 2.2 compliance checks directly into Selenium test automation workflows. The skill enables automated scanning for accessibility violations, allowing teams to detect regressions before production and enforce compliance gates in CI/CD pipelines. It works tool-agnostic across Copilot, Claude, Cursor, and other AI agents.

manual: git clone https://github.com/fugazi/test-automation-skills-agents → cp -r test-automation-skills-agents/skills/accessibility-selenium-testing ~/.claude/skills/accessibility-selenium-testing
skills/accessibility-selenium-testing/SKILL.md · version 6a9b3757

Use it when

  • Yes.
  • accessibility-selenium-testing detects WCAG 2.1 and 2.2 violations across all POUR principles—Perceivable, Operable, Understandable.

Verify before relying

Read SKILL.md below before installing (8 files). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

fugazi/test-automation-skills-agents/accessibility-selenium-testing · repository language: Java

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How does accessibility-selenium-testing help with selenium accessibility testing wcag compliance?

accessibility-selenium-testing equips QA engineers with practical patterns to integrate WCAG 2.1 and 2.2 compliance checks directly into Selenium test automation workflows. The skill enables automated scanning for accessibility violations, allowing teams to detect regressions before production and enforce compliance gates in CI/CD pipelines. It works tool-agnostic across Copilot, Claude, Cursor, and other AI agents.

Can accessibility-selenium-testing test keyboard navigation and focus order programmatically?

Yes. accessibility-selenium-testing provides patterns to test keyboard navigation, focus order, and screen reader compatibility programmatically within Selenium tests. The skill covers keyboard trap detection, focus order validation, and ARIA semantics auditing, enabling comprehensive keyboard accessibility verification as part of automated test suites.

What violations does accessibility-selenium-testing detect in automated scans?

accessibility-selenium-testing detects WCAG 2.1 and 2.2 violations across all POUR principles—Perceivable, Operable, Understandable, and Robust. Specific audits include color contrast failures, ARIA semantics errors, keyboard navigation issues, screen reader incompatibilities, and semantic HTML violations. Violations are categorized by impact level and rule category for triage.

How can accessibility-selenium-testing integrate accessibility testing into CI/CD pipelines?

accessibility-selenium-testing enables teams to embed accessibility compliance checks as pass/fail gates in CI/CD pipelines. The skill provides patterns for automated violation detection, detailed accessibility report generation, and impact-level triage, allowing critical violations to block deployments and non-critical issues to be logged for remediation tracking.

What component-level audits does accessibility-selenium-testing support?

accessibility-selenium-testing supports auditing specific components or pages for ARIA semantics, color contrast compliance, keyboard accessibility, focus management, and POUR principle adherence. The skill enables granular, component-focused scans rather than full-page audits, making it practical for testing individual UI elements within larger Selenium test suites.

Does accessibility-selenium-testing generate detailed accessibility reports?

Yes. accessibility-selenium-testing generates detailed accessibility reports that categorize violations by impact level and rule category. These reports support triage workflows, helping teams prioritize remediation efforts and track compliance progress across test cycles.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

Accessibility Testing with Selenium WebDriver & Axe Core

This skill enables automated accessibility analysis within the Selenium WebDriver framework using the axe-core engine to detect WCAG violations and best practice issues directly in the browser.

> Activation: This skill is triggered when you need to validate WCAG compliance, scan for accessibility violations, test keyboard navigation, audit ARIA semantics, or generate a11y reports.

First Questions to Ask

  • What app URL(s) or user flows are in scope (and what is explicitly out of scope)?
  • Is there an existing Selenium setup and how is CI run?
  • Which standard is the target (WCAG 2.1 AA by default), and are there org-specific policies?

(truncated - see the full file via the links below)

File tree — 8 files
skills/accessibility-selenium-testing/LICENSE.txt
skills/accessibility-selenium-testing/SKILL.md
skills/accessibility-selenium-testing/references/axe-api-reference.md
skills/accessibility-selenium-testing/references/axe_patterns.md
skills/accessibility-selenium-testing/references/code-patterns.md
skills/accessibility-selenium-testing/references/wcag21aa-checklist.md
skills/accessibility-selenium-testing/scripts/AccessibilityHelper.java
skills/accessibility-selenium-testing/scripts/pom-template.xml

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Automate WCAG 2.1/2.2 compliance scanning and accessibility violation detection in Selenium tests”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

a11y-playwright-testing
by fugazi · fugazi/test-automation-skills-agents

This skill equips QA engineers with a production-ready approach to accessibility testing by combining Playwright's browser automation with axe-core's compliance scanning. Run comprehensive WCAG 2.1 AA audits programmatically, catching accessibility issues before they reach users.

MITupdated Jul 2026
★ 203repo stars
accessibility-testing
by aj-geddes · aj-geddes/useful-ai-prompts

This skill provides structured guidance for evaluating web applications against established accessibility standards and WCAG compliance frameworks. Use it to systematically identify barriers, test interactive components, and document findings that help ensure your digital products are usable by everyone.

MITupdated Mar 2026
★ 299repo stars
webapp-selenium-testing
by fugazi · fugazi/test-automation-skills-agents

This skill equips QA engineers with a practical framework for constructing and maintaining Selenium WebDriver tests using Java and JUnit 5. It provides tool-agnostic guidance and patterns designed for production environments, helping teams automate web application testing efficiently and reliably.

MITupdated Jul 2026
★ 203repo stars
accessibility-audit
by NickCrew · NickCrew/Claude-Cortex

This skill performs rapid accessibility assessments on web pages and UI components to catch compliance gaps before deployment. It helps teams integrate accessibility testing into their release workflows, ensuring WCAG standards are met without slowing down development cycles.

MITupdated Jun 2026
★ 23repo stars
accessibility-skill
by LambdaTest · LambdaTest/agent-skills

This skill brings accessibility testing capabilities directly into your automation framework, letting you scan for WCAG violations and usability barriers without leaving your test suite. Built by TestMu AI, it streamlines compliance validation by embedding accessibility checks into existing test pipelines.

MITupdated Jul 2026
★ 339repo stars
accessibility-a11y
by travisjneuman · travisjneuman/.claude

This skill equips you to evaluate and improve digital experiences for users with disabilities, ensuring your interfaces meet modern accessibility standards. Leverage WCAG 2.2 guidelines and assistive technology best practices to create inclusive web applications that work for everyone.

MITupdated Jul 2026
★ 85repo stars

More skills qe-accessibility-testing (MIT)

Tags
wcag-complianceautomated-auditingkeyboard-accessibilityaria-validationci-cd-integrationviolation-reportingbrowser-automationaccessibility-standards