Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Test Accessibility AssistanceNew to Visual Studio Code? Get it now.
Test Accessibility Assistance

Test Accessibility Assistance

HCL TECHNOLOGIES LIMITED

|
10 installs
| (0) | Free
Detect accessibility issues in web pages using OpenAI and provide suggestions for fixing them
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Introduction

So if you want to write more accessible code then you have come to right Extension !

This extension is here to automatically scan, fix and report accessibility issues in html content and provide suggestions for fixing them using OpenAI.

Software dependencies

  • Recommended to install Node.js v12+.

  • Recommended to install latest version of Playwright

  • Recommended to install latest version of '@axe-core/playwright'

✨Features

  • Manually enter the html content to Scan, Fix and Report accessibility issues in it.
  • Copy paste the html content to Scan, Fix and Report accessibility issues in it.
  • Provide the name of file with relative or absolute path to Scan and fix the accessibility issues in the file by applying the changes.

Usage

  • Open Command Palette in VScode (Ctrl + Shift + P)
  • Run the command "Run Accessibility Assistance Extension"
  • On running it will open the extension where you can scan, fix and report the accessibility issues in html content.

📝Release Notes

All notable changes to this project will be documented in the 'CHANGELOG.md' file.

Develop

  1. type in the terminal:

     # install dependencies
    
     npm i playwright
    
     npm i @axe-core/playwright
    
     npm i jsdom
    
  2. Open command pallete in VScode (Ctrl + Shift + P) and RUN "Run Accessibility Assistance Extension"

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2023 Microsoft