Installation
To install the VSCode extension, follow these steps:
- Open VS Code.
- Press Ctrl+Shift+X or Cmd+Shift+X to open the Extensions panel.
- Type Accessibility DevTools into the search bar.
- Click on the Accessibility DevTools extension.
- Click the Install button.
Alternatively, you can download the extension from the Visual Studio Code Marketplace.
Setup
In order to use the extension
- Sign up on browserstack.com
- Get your Username and Access Key by logging in to browserstack.com and going to Profile → Account & Profile → My Profile → Authentication & Security
- Open VS Code
- Press
Ctrl+Shift+P or Cmd+Shift+P , search for Preferences: Open User Settings, and press Enter
- Once the settings page open, click on Open Settings(JSON) in the top right of the menu bar
- Enter the Username and Access Key (from Step 2) in the following format:
{
"browserstack.username": "******************",
"browserstack.accessKey": "********************"
...
}
| |