Skip to content

Instantly share code, notes, and snippets.

@SeanTolstoyevski
Created April 10, 2020 18:58
Show Gist options
  • Save SeanTolstoyevski/a273d145fb1a10a245679c9b74226aa2 to your computer and use it in GitHub Desktop.
Save SeanTolstoyevski/a273d145fb1a10a245679c9b74226aa2 to your computer and use it in GitHub Desktop.
DEBUG - __main__ (11:55:17.410) - MainThread (7388):
Provided arguments: ['C:\\Users\\DawnLight\\Downloads\\Programs\\$PLUGINSDIR\\app\\nvda_uiAccess.exe', '--debug-logging']
INFO - __main__ (11:55:17.410) - MainThread (7388):
Starting NVDA version 2020.1beta1
DEBUG - __main__ (11:55:17.410) - MainThread (7388):
Debug level logging enabled
DEBUG - core.main (11:55:17.550) - MainThread (7388):
Core starting
INFO - core.main (11:55:17.550) - MainThread (7388):
Config dir: C:\Users\DawnLight\Downloads\Programs\$PLUGINSDIR\app\userConfig
DEBUG - core.main (11:55:17.550) - MainThread (7388):
loading config
INFO - config.ConfigManager._loadConfig (11:55:17.550) - MainThread (7388):
Loading config: .\userConfig\nvda.ini
DEBUG - config.profileUpgrader.upgrade (11:55:17.566) - MainThread (7388):
Current config schema version: 3, latest: 3
DEBUG - fileUtils.FaultTolerantFile (11:55:17.566) - MainThread (7388):
C:\Users\DawnLight\Downloads\Programs\$PLUGINSDIR\app\userConfig\nvda.inixom6zpt0.tmp
INFO - config.ConfigManager._loadConfig (11:55:17.566) - MainThread (7388):
Config loaded (after upgrade, and in the state it will be used by NVDA):
{'schemaVersion': '3', 'development': {'enableScratchpadDir': 'False'}, 'upgrade': {}, 'update': {'allowUsageStats': 'True', 'askedAllowUsageStats': 'True', 'autoCheck': 'True', 'startupNotification': 'True'}, 'general': {'showWelcomeDialogAtStartup': 'False', 'language': 'Windows', 'saveConfigurationOnExit': 'True', 'askToExit': 'True', 'playStartAndExitSounds': 'True', 'loggingLevel': 'INFO'}, 'speech': {'espeak': {'voice': 'en', 'variant': 'max', 'rate': '30', 'pitch': '40', 'inflection': '75', 'volume': '100'}}, 'braille': {'noBraille': {}}, 'vision': {'NVDAHighlighter': {'highlightFocus': 'False', 'highlightNavigator': 'False', 'highlightBrowseMode': 'False'}, 'screenCurtain': {}}, 'keyboard': {'useCapsLockAsNVDAModifierKey': 'True'}, 'debugLog': {'timeSinceInput': 'True'}}
DEBUG - core.main (11:55:17.691) - MainThread (7388):
setting language to Windows
INFO - core.main (11:55:17.691) - MainThread (7388):
Using Windows version 10.0.18358 workstation
INFO - core.main (11:55:17.691) - MainThread (7388):
Using Python version 3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 09:44:33) [MSC v.1900 32 bit (Intel)]
INFO - core.main (11:55:17.691) - MainThread (7388):
Using comtypes version 1.1.7
INFO - core.main (11:55:17.691) - MainThread (7388):
Using configobj version 5.1.0 with validate version 1.0.1
DEBUG - core.main (11:55:17.692) - MainThread (7388):
Initializing add-ons system
DEBUG - addonHandler._getAvailableAddonsFromPath (11:55:17.692) - MainThread (7388):
Listing add-ons from C:\Users\DawnLight\Downloads\Programs\$PLUGINSDIR\app\userConfig\addons
DEBUGWARNING - touchHandler.touchSupported (11:55:17.810) - MainThread (7388):
Touch only supported on installed copies
DEBUG - core.main (11:55:17.931) - MainThread (7388):
Initializing appModule Handler
DEBUG - core.main (11:55:17.931) - MainThread (7388):
Initializing NVDAHelper
DEBUG - core.main (11:55:17.961) - MainThread (7388):
Initializing tones
DEBUG - core.main (11:55:17.970) - MainThread (7388):
Speech Dictionary processing
DEBUG - speechDictHandler.SpeechDict.load (11:55:17.970) - MainThread (7388):
Loading speech dictionary '.\userConfig\speechDicts\default.dic'...
DEBUG - speechDictHandler.SpeechDict.load (11:55:17.970) - MainThread (7388):
file '.\userConfig\speechDicts\default.dic' not found.
DEBUG - speechDictHandler.SpeechDict.load (11:55:17.970) - MainThread (7388):
Loading speech dictionary 'builtin.dic'...
DEBUG - speechDictHandler.SpeechDict.load (11:55:17.980) - MainThread (7388):
3 loaded records.
DEBUG - core.main (11:55:17.980) - MainThread (7388):
Initializing speech
DEBUG - autoSettingsUtils.autoSettings.AutoSettings._registerConfigSaveAction (11:55:17.980) - MainThread (7388):
registering pre_configSave action: <class 'synthDrivers.oneCore.SynthDriver'>
ERROR - synthDriverHandler.setSynth (11:55:17.985) - MainThread (7388):
setSynth
Traceback (most recent call last):
File "synthDriverHandler.pyc", line 103, in setSynth
File "synthDriverHandler.pyc", line 76, in getSynthInstance
File "synthDrivers\oneCore.pyc", line 157, in __init__
OSError: [WinError -529697949] Windows Error 0xe06d7363
INFO - synthDrivers.espeak.SynthDriver.__init__ (11:55:18.040) - MainThread (7388):
Using eSpeak NG version b'1.49.3 dev'
DEBUG - speechDictHandler.SpeechDict.load (11:55:18.105) - MainThread (7388):
Loading speech dictionary '.\userConfig\speechDicts\voiceDicts.v1\espeak\espeak-English (Great Britain).dic'...
DEBUG - speechDictHandler.SpeechDict.load (11:55:18.105) - MainThread (7388):
file '.\userConfig\speechDicts\voiceDicts.v1\espeak\espeak-English (Great Britain).dic' not found.
DEBUG - synthDriverHandler.SynthDriver.loadSettings (11:55:18.105) - MainThread (7388):
Loaded settings for SynthDriver espeak
INFO - synthDriverHandler.setSynth (11:55:18.105) - MainThread (7388):
Loaded synthDriver espeak
INFO - core.main (11:55:18.105) - MainThread (7388):
Using wx version 4.0.3 msw (phoenix) wxWidgets 3.0.5 with six version 1.12.0
DEBUG - core.main (11:55:18.111) - MainThread (7388):
Initializing braille input
INFO - brailleInput.initialize (11:55:18.111) - MainThread (7388):
Braille input initialized
DEBUG - core.main (11:55:18.111) - MainThread (7388):
Initializing braille
INFO - braille.initialize (11:55:18.111) - MainThread (7388):
Using liblouis version 3.12.0
INFO - braille.initialize (11:55:18.111) - MainThread (7388):
Using pySerial version 3.4
DEBUG - autoSettingsUtils.autoSettings.AutoSettings._registerConfigSaveAction (11:55:18.111) - MainThread (7388):
registering pre_configSave action: <class 'brailleDisplayDrivers.noBraille.BrailleDisplayDriver'>
DEBUG - autoSettingsUtils.autoSettings.AutoSettings._loadSpecificSettings (11:55:18.120) - MainThread (7388):
loading braille noBraille
INFO - braille.BrailleHandler.setDisplayByName (11:55:18.120) - MainThread (7388):
Loaded braille display driver noBraille, current display has 0 cells.
DEBUG - core.main (11:55:18.120) - MainThread (7388):
Initializing vision
DEBUG - core.main (11:55:18.120) - MainThread (7388):
Initializing displayModel
DEBUG - core.main (11:55:18.120) - MainThread (7388):
Initializing GUI
DEBUG - windowUtils._rawWindowProc (11:55:18.150) - MainThread (7388):
CustomWindow rawWindowProc called for unknown window 2294384
DEBUG - windowUtils._rawWindowProc (11:55:18.150) - MainThread (7388):
CustomWindow rawWindowProc called for unknown window 2294384
DEBUG - windowUtils._rawWindowProc (11:55:18.150) - MainThread (7388):
CustomWindow rawWindowProc called for unknown window 2294384
DEBUG - windowUtils._rawWindowProc (11:55:18.150) - MainThread (7388):
CustomWindow rawWindowProc called for unknown window 2294384
DEBUG - core.main (11:55:18.161) - MainThread (7388):
initializing Java Access Bridge support
INFO - core.main (11:55:18.286) - MainThread (7388):
Java Access Bridge support initialized
DEBUG - core.main (11:55:18.286) - MainThread (7388):
Initializing legacy winConsole support
DEBUG - core.main (11:55:18.286) - MainThread (7388):
Initializing UIA support
INFO - _UIAHandler.UIAHandler.MTAThreadFunc (11:55:18.300) - _UIAHandler.UIAHandler.MTAThread (1764):
UIAutomation: IUIAutomation6
DEBUG - core.main (11:55:18.561) - MainThread (7388):
Initializing IAccessible support
DEBUG - core.main (11:55:18.561) - MainThread (7388):
Initializing input core
DEBUGWARNING - inputCore.InputManager.loadLocaleGestureMap (11:55:18.561) - MainThread (7388):
No locale gesture map for language en
DEBUGWARNING - inputCore.InputManager.loadUserGestureMap (11:55:18.561) - MainThread (7388):
No user gesture map
DEBUG - core.main (11:55:18.561) - MainThread (7388):
Initializing keyboard handler
DEBUG - core.main (11:55:18.561) - MainThread (7388):
initializing mouse handler
DEBUG - core.main (11:55:18.610) - MainThread (7388):
Initializing touchHandler
DEBUGWARNING - touchHandler.touchSupported (11:55:18.610) - MainThread (7388):
Touch only supported on installed copies
DEBUG - core.main (11:55:18.610) - MainThread (7388):
Initializing global plugin handler
DEBUG - core.main (11:55:18.610) - MainThread (7388):
Initializing core pump
DEBUG - core.main (11:55:18.610) - MainThread (7388):
Initializing watchdog
DEBUG - core.main (11:55:18.610) - MainThread (7388):
initializing updateCheck
INFO - core.main (11:55:18.610) - MainThread (7388):
NVDA initialized
DEBUG - core.main (11:55:18.610) - MainThread (7388):
entering wx application main loop
DEBUG - autoSettingsUtils.autoSettings.AutoSettings._registerConfigSaveAction (11:55:18.630) - MainThread (7388):
registering pre_configSave action: <class 'visionEnhancementProviders.NVDAHighlighter.NVDAHighlighterSettings'>
DEBUG - autoSettingsUtils.autoSettings.AutoSettings._loadSpecificSettings (11:55:18.635) - MainThread (7388):
loading vision NVDAHighlighter
DEBUG - autoSettingsUtils.autoSettings.AutoSettings._loadSpecificSettings (11:55:18.635) - MainThread (7388):
Loaded settings for NVDAHighlighterSettings
DEBUG - autoSettingsUtils.autoSettings.AutoSettings._registerConfigSaveAction (11:55:18.641) - MainThread (7388):
registering pre_configSave action: <class 'visionEnhancementProviders.screenCurtain.ScreenCurtainSettings'>
DEBUG - autoSettingsUtils.autoSettings.AutoSettings._loadSpecificSettings (11:55:18.641) - MainThread (7388):
loading vision screenCurtain
DEBUG - autoSettingsUtils.autoSettings.AutoSettings._loadSpecificSettings (11:55:18.641) - MainThread (7388):
Loaded settings for ScreenCurtainSettings
IO - speech.speak (11:55:18.721) - MainThread (7388):
Speaking [LangChangeCommand ('en_GB'), 'app', 'window']
DEBUGWARNING - characterProcessing._getSpeechSymbolsForLocale (11:55:18.721) - MainThread (7388):
No CLDR data for locale en_GB
IO - speech.speak (11:55:18.862) - MainThread (7388):
Speaking [LangChangeCommand ('en_GB'), 'Items View', 'list']
IO - speech.speak (11:55:18.862) - MainThread (7388):
Speaking [LangChangeCommand ('en_GB'), 'nvda_uiAccess.exe', '77 of 95']
IO - inputCore.InputManager.executeGesture (11:55:19.475) - winInputHook (3488):
Input: kb(desktop):windows+d
IO - inputCore.logTimeSinceInput (11:55:19.504) - MainThread (7388):
0.028 sec since input
IO - speech.speak (11:55:19.504) - MainThread (7388):
Speaking [CharacterModeCommand(True), LangChangeCommand ('en_GB'), 'd', EndUtteranceCommand()]
IO - inputCore.logTimeSinceInput (11:55:19.665) - MainThread (7388):
0.190 sec since input
IO - speech.speak (11:55:19.665) - MainThread (7388):
Speaking [LangChangeCommand ('en_GB'), 'FolderView', 'list']
IO - inputCore.logTimeSinceInput (11:55:19.665) - MainThread (7388):
0.190 sec since input
IO - speech.speak (11:55:19.665) - MainThread (7388):
Speaking [LangChangeCommand ('en_GB'), 'DawnLight', '1 of 31']
IO - inputCore.InputManager.executeGesture (11:55:23.479) - winInputHook (3488):
Input: kb(desktop):t
IO - inputCore.logTimeSinceInput (11:55:23.511) - MainThread (7388):
0.031 sec since input
IO - speech.speak (11:55:23.511) - MainThread (7388):
Speaking [CharacterModeCommand(True), LangChangeCommand ('en_GB'), 't', EndUtteranceCommand()]
IO - inputCore.logTimeSinceInput (11:55:23.526) - MainThread (7388):
0.047 sec since input
IO - speech.speak (11:55:23.526) - MainThread (7388):
Speaking [LangChangeCommand ('en_GB'), 'This PC', '2 of 31']
IO - inputCore.InputManager.executeGesture (11:55:25.456) - winInputHook (3488):
Input: kb(desktop):t
IO - inputCore.logTimeSinceInput (11:55:25.496) - MainThread (7388):
0.040 sec since input
IO - speech.speak (11:55:25.496) - MainThread (7388):
Speaking [CharacterModeCommand(True), LangChangeCommand ('en_GB'), 't', EndUtteranceCommand()]
IO - inputCore.logTimeSinceInput (11:55:25.496) - MainThread (7388):
0.040 sec since input
IO - speech.speak (11:55:25.496) - MainThread (7388):
Speaking [LangChangeCommand ('en_GB'), 'TWBlue', '12 of 31']
IO - inputCore.InputManager.executeGesture (11:55:28.206) - winInputHook (3488):
Input: kb(desktop):t
IO - inputCore.logTimeSinceInput (11:55:28.245) - MainThread (7388):
0.038 sec since input
IO - speech.speak (11:55:28.245) - MainThread (7388):
Speaking [CharacterModeCommand(True), LangChangeCommand ('en_GB'), 't', EndUtteranceCommand()]
IO - inputCore.logTimeSinceInput (11:55:28.245) - MainThread (7388):
0.038 sec since input
IO - speech.speak (11:55:28.245) - MainThread (7388):
Speaking [LangChangeCommand ('en_GB'), 'TeamTalk 5 Classic', '24 of 31']
IO - inputCore.InputManager.executeGesture (11:55:31.296) - winInputHook (3488):
Input: kb(desktop):g
IO - inputCore.logTimeSinceInput (11:55:31.346) - MainThread (7388):
0.050 sec since input
IO - speech.speak (11:55:31.346) - MainThread (7388):
Speaking [CharacterModeCommand(True), LangChangeCommand ('en_GB'), 'g', EndUtteranceCommand()]
DEBUG - speech.manager.SpeechManager._handleIndex (11:55:31.346) - MainThread (7388):
Unknown index 16, speech probably cancelled from main thread.
IO - inputCore.logTimeSinceInput (11:55:31.346) - MainThread (7388):
0.050 sec since input
IO - speech.speak (11:55:31.346) - MainThread (7388):
Speaking [LangChangeCommand ('en_GB'), 'GitHub Desktop', '7 of 31']
IO - inputCore.InputManager.executeGesture (11:55:33.812) - winInputHook (3488):
Input: kb(desktop):g
IO - inputCore.logTimeSinceInput (11:55:33.856) - MainThread (7388):
0.044 sec since input
IO - speech.speak (11:55:33.856) - MainThread (7388):
Speaking [CharacterModeCommand(True), LangChangeCommand ('en_GB'), 'g', EndUtteranceCommand()]
IO - inputCore.logTimeSinceInput (11:55:33.865) - MainThread (7388):
0.053 sec since input
IO - speech.speak (11:55:33.865) - MainThread (7388):
Speaking [LangChangeCommand ('en_GB'), 'Google Chrome', '10 of 31']
IO - inputCore.InputManager.executeGesture (11:55:36.036) - winInputHook (3488):
Input: kb(desktop):v
IO - inputCore.logTimeSinceInput (11:55:36.066) - MainThread (7388):
0.030 sec since input
IO - speech.speak (11:55:36.066) - MainThread (7388):
Speaking [CharacterModeCommand(True), LangChangeCommand ('en_GB'), 'v', EndUtteranceCommand()]
IO - inputCore.logTimeSinceInput (11:55:36.086) - MainThread (7388):
0.050 sec since input
IO - speech.speak (11:55:36.086) - MainThread (7388):
Speaking [LangChangeCommand ('en_GB'), 'VMware Workstation Pro', '18 of 31']
IO - inputCore.InputManager.executeGesture (11:55:38.906) - winInputHook (3488):
Input: kb(desktop):v
IO - inputCore.logTimeSinceInput (11:55:38.956) - MainThread (7388):
0.050 sec since input
IO - speech.speak (11:55:38.956) - MainThread (7388):
Speaking [CharacterModeCommand(True), LangChangeCommand ('en_GB'), 'v', EndUtteranceCommand()]
DEBUG - speech.manager.SpeechManager._handleIndex (11:55:38.956) - MainThread (7388):
Unknown index 25, speech probably cancelled from main thread.
IO - inputCore.logTimeSinceInput (11:55:38.956) - MainThread (7388):
0.050 sec since input
IO - speech.speak (11:55:38.956) - MainThread (7388):
Speaking [LangChangeCommand ('en_GB'), 'Visual Studio 2019', '20 of 31']
IO - inputCore.InputManager.executeGesture (11:55:42.786) - winInputHook (3488):
Input: kb(desktop):d
IO - inputCore.logTimeSinceInput (11:55:42.806) - MainThread (7388):
0.020 sec since input
IO - speech.speak (11:55:42.806) - MainThread (7388):
Speaking [CharacterModeCommand(True), LangChangeCommand ('en_GB'), 'd', EndUtteranceCommand()]
IO - inputCore.logTimeSinceInput (11:55:42.826) - MainThread (7388):
0.040 sec since input
IO - speech.speak (11:55:42.826) - MainThread (7388):
Speaking [LangChangeCommand ('en_GB'), 'Downloads', '26 of 31']
IO - inputCore.InputManager.executeGesture (11:55:45.453) - winInputHook (3488):
Input: kb(desktop):d
IO - inputCore.logTimeSinceInput (11:55:45.496) - MainThread (7388):
0.042 sec since input
IO - speech.speak (11:55:45.496) - MainThread (7388):
Speaking [CharacterModeCommand(True), LangChangeCommand ('en_GB'), 'd', EndUtteranceCommand()]
IO - inputCore.logTimeSinceInput (11:55:45.496) - MainThread (7388):
0.042 sec since input
IO - speech.speak (11:55:45.496) - MainThread (7388):
Speaking [LangChangeCommand ('en_GB'), 'Dropbox', '28 of 31']
IO - inputCore.InputManager.executeGesture (11:55:47.796) - winInputHook (3488):
Input: kb(desktop):d
IO - inputCore.logTimeSinceInput (11:55:47.836) - MainThread (7388):
0.040 sec since input
IO - speech.speak (11:55:47.836) - MainThread (7388):
Speaking [CharacterModeCommand(True), LangChangeCommand ('en_GB'), 'd', EndUtteranceCommand()]
IO - inputCore.logTimeSinceInput (11:55:47.856) - MainThread (7388):
0.060 sec since input
IO - speech.speak (11:55:47.856) - MainThread (7388):
Speaking [LangChangeCommand ('en_GB'), 'DawnLight', '1 of 31']
IO - inputCore.InputManager.executeGesture (11:55:50.297) - winInputHook (3488):
Input: kb(desktop):r
IO - inputCore.logTimeSinceInput (11:55:50.335) - MainThread (7388):
0.038 sec since input
IO - speech.speak (11:55:50.335) - MainThread (7388):
Speaking [CharacterModeCommand(True), LangChangeCommand ('en_GB'), 'r', EndUtteranceCommand()]
IO - inputCore.logTimeSinceInput (11:55:50.335) - MainThread (7388):
0.038 sec since input
IO - speech.speak (11:55:50.335) - MainThread (7388):
Speaking [LangChangeCommand ('en_GB'), 'Recycle Bin', '3 of 31']
IO - inputCore.InputManager.executeGesture (11:55:52.785) - winInputHook (3488):
Input: kb(desktop):n
IO - inputCore.logTimeSinceInput (11:55:52.819) - MainThread (7388):
0.034 sec since input
IO - speech.speak (11:55:52.819) - MainThread (7388):
Speaking [CharacterModeCommand(True), LangChangeCommand ('en_GB'), 'n', EndUtteranceCommand()]
IO - inputCore.logTimeSinceInput (11:55:52.835) - MainThread (7388):
0.050 sec since input
IO - speech.speak (11:55:52.835) - MainThread (7388):
Speaking [LangChangeCommand ('en_GB'), 'NVDA', '8 of 31']
IO - inputCore.InputManager.executeGesture (11:55:58.400) - winInputHook (3488):
Input: kb(desktop):f
IO - inputCore.logTimeSinceInput (11:55:58.453) - MainThread (7388):
0.053 sec since input
IO - speech.speak (11:55:58.453) - MainThread (7388):
Speaking [CharacterModeCommand(True), LangChangeCommand ('en_GB'), 'f', EndUtteranceCommand()]
IO - inputCore.logTimeSinceInput (11:55:58.453) - MainThread (7388):
0.053 sec since input
IO - speech.speak (11:55:58.453) - MainThread (7388):
Speaking [LangChangeCommand ('en_GB'), 'Firefox', '5 of 31']
IO - inputCore.InputManager.executeGesture (11:56:16.468) - winInputHook (3488):
Input: kb(desktop):NVDA+f1
INFO - globalCommands.GlobalCommands.script_navigatorObject_devInfo (11:56:16.616) - MainThread (7388):
Developer info for navigator object:
name: 'Firefox'
role: ROLE_LISTITEM
roleText: None
states: STATE_FOCUSABLE, STATE_SELECTABLE, STATE_FOCUSED, STATE_SELECTED
isFocusable: True
hasFocus: True
Python object: <NVDAObjects.Dynamic_SysListView32EmittingDuplicateFocusEventsListItemIAccessible object at 0x07275D70>
Python class mro: (<class 'NVDAObjects.Dynamic_SysListView32EmittingDuplicateFocusEventsListItemIAccessible'>, <class 'appModules.explorer.SysListView32EmittingDuplicateFocusEvents'>, <class 'NVDAObjects.IAccessible.sysListView32.ListItem'>, <class 'NVDAObjects.behaviors.RowWithFakeNavigation'>, <class 'NVDAObjects.behaviors.RowWithoutCellObjects'>, <class 'NVDAObjects.IAccessible.sysListView32.ListItemWithoutColumnSupport'>, <class 'NVDAObjects.IAccessible.IAccessible'>, <class 'NVDAObjects.window.Window'>, <class 'NVDAObjects.NVDAObject'>, <class 'documentBase.TextContainerObject'>, <class 'baseObject.ScriptableObject'>, <class 'baseObject.AutoPropertyObject'>, <class 'object'>)
description: None
location: RectLTWH(left=62, top=425, width=76, height=70)
value: None
appModule: <'explorer' (appName 'explorer', process ID 4408) at address 5b25970>
appModule.productName: 'Microsoft® Windows® Operating System'
appModule.productVersion: '10.0.18358.1'
TextInfo: <class 'NVDAObjects.NVDAObjectTextInfo'>
windowHandle: 65860
windowClassName: 'SysListView32'
windowControlID: 1
windowStyle: 1442855488
extendedWindowStyle: 0
windowThreadID: 4412
windowText: 'FolderView'
displayText: 'Firefox'
IAccessibleObject: <POINTER(IAccessible) ptr=0x679d208 at 5b208a0>
IAccessibleChildID: 5
IAccessible event parameters: windowHandle=65860, objectID=-4, childID=5
IAccessible accName: 'Firefox'
IAccessible accRole: ROLE_SYSTEM_LISTITEM
IAccessible accState: STATE_SYSTEM_SELECTED, STATE_SYSTEM_FOCUSED, STATE_SYSTEM_FOCUSABLE, STATE_SYSTEM_SELECTABLE, STATE_SYSTEM_MULTISELECTABLE, STATE_SYSTEM_VALID (19922950)
IAccessible accDescription: exception: (-2147352573, 'Member not found.', (None, None, None, 0, None))
IAccessible accValue: None
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment