facebook / idb

idb is a flexible command line interface for automating iOS simulators and devices

Home Page:https://fbidb.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to control iOS device Accessibility VoiceOver toggle on/off via idb shell command?

aasimsyed opened this issue · comments

Description

Is it possible to control iOS device Accessibility VoiceOver toggle on/off via idb shell command? For example on Android I can run adb shell settings put secure enabled_accessibility_services com.google.android.marvin.talkback/com.google.android.marvin.talkback.TalkBackService to turn on and adb shell am force-stop com.google.android.marvin.talkback to turn off Talkback.