Socket
Socket
Sign inDemoInstall

@accesslint/auto-vo

Package Overview
Dependencies
Maintainers
3
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@accesslint/auto-vo

Automated VoiceOver macOS screen reader runner.


Version published
Weekly downloads
2
decreased by-50%
Maintainers
3
Weekly downloads
 
Created
Source

Auto-VO

Automate VoiceOver for testing web applications.

Setup

  1. Open VoiceOver Utility and check "Allow VoiceOver to be controller with AppleScript".
  2. Enable Terminal app in System Preferences > Security & Privacy > Privacy > Accessibility.
  3. Accept Terminal VoiceOver automation permissions when prompted. (You can manage these later in System Preferences > Security & Privacy > Privacy > Automation).
  4. Optional: disable Dication shortcut under System Preferences > Keyboard > Dictation.
Screen Shot of automation preferences Screen Shot of VoiceOver Utility general pane

Usage

CLI

Running the cli outputs the phrases spoken by the screen reader to stdout.

$ npx @accesslint/auto-vo --url https://example.com --limit 5 --until 'Example'

--url URL - where URL is the url to test

--limit n - where n is the maximum number of cursor moves

--until s - where s is a search term, after which the script ends. supercedes --limit.

--quiet - do not print to stdout

Node Module

For programmatic usage, see VoiceOver.js, a standalone driver for VoiceOver screen reader on macOS.

Keywords

FAQs

Package last updated on 14 Jun 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc