Skip to content

first commit

first commit #3

name: MacOS VoiceOver
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
start-voiceover-and-move-right:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-13, macos-14, macos-15]
steps:
- uses: actions/checkout@v3
- run: |
# Start VoiceOver
/System/Library/CoreServices/VoiceOver.app/Contents/MacOS/VoiceOverStarter
# Let VoiceOver startup (usually be more careful than hardcoded time!)
sleep 5
# Attempt to control VoiceOver using
/usr/bin/osascript voiceOver.applescript