Created
April 10, 2020 18:59
-
-
Save SeanTolstoyevski/4c7da77fda4bdf071c1122d61de6bd2e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DEBUG - __main__ (11:52:15.700) - MainThread (2736): | |
Provided arguments: ['D:\\d\\D1H\\Programs\\portables\\nvda_snapshots\\nvda.exe', '--debug-logging'] | |
INFO - __main__ (11:52:15.700) - MainThread (2736): | |
Starting NVDA version alpha-19938,e8cde2ca | |
DEBUG - __main__ (11:52:15.700) - MainThread (2736): | |
Debug level logging enabled | |
DEBUG - core.main (11:52:15.840) - MainThread (2736): | |
Core starting | |
INFO - core.main (11:52:15.840) - MainThread (2736): | |
Config dir: D:\d\D1H\Programs\portables\nvda_snapshots\userConfig | |
DEBUG - core.main (11:52:15.840) - MainThread (2736): | |
loading config | |
INFO - config.ConfigManager._loadConfig (11:52:15.840) - MainThread (2736): | |
Loading config: .\userConfig\nvda.ini | |
DEBUG - config.profileUpgrader.upgrade (11:52:15.840) - MainThread (2736): | |
Current config schema version: 4, latest: 4 | |
DEBUG - fileUtils.FaultTolerantFile (11:52:15.856) - MainThread (2736): | |
D:\d\D1H\Programs\portables\nvda_snapshots\userConfig\nvda.inifpifte1z.tmp | |
INFO - config.ConfigManager._loadConfig (11:52:15.871) - MainThread (2736): | |
Config loaded (after upgrade, and in the state it will be used by NVDA): | |
{'schemaVersion': '4', 'general': {'showWelcomeDialogAtStartup': 'False', 'language': 'Windows', 'saveConfigurationOnExit': 'True', 'askToExit': 'True', 'playStartAndExitSounds': 'True', 'loggingLevel': 'INFO'}, 'upgrade': {}, 'development': {'enableScratchpadDir': 'False'}, 'update': {'allowUsageStats': 'True', 'askedAllowUsageStats': 'True', 'autoCheck': 'True', 'startupNotification': 'True'}, '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': {}}, 'debugLog': {'timeSinceInput': 'True'}} | |
DEBUG - core.main (11:52:15.965) - MainThread (2736): | |
setting language to Windows | |
INFO - core.main (11:52:15.965) - MainThread (2736): | |
Using Windows version 10.0.18358 workstation | |
INFO - core.main (11:52:15.965) - MainThread (2736): | |
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:52:15.965) - MainThread (2736): | |
Using comtypes version 1.1.7 | |
INFO - core.main (11:52:15.965) - MainThread (2736): | |
Using configobj version 5.1.0 with validate version 1.0.1 | |
DEBUG - core.main (11:52:15.981) - MainThread (2736): | |
Initializing add-ons system | |
DEBUG - addonHandler._getAvailableAddonsFromPath (11:52:15.981) - MainThread (2736): | |
Listing add-ons from D:\d\D1H\Programs\portables\nvda_snapshots\userConfig\addons | |
DEBUGWARNING - touchHandler.touchSupported (11:52:16.089) - MainThread (2736): | |
Touch only supported on installed copies | |
DEBUG - core.main (11:52:16.201) - MainThread (2736): | |
Initializing appModule Handler | |
DEBUG - core.main (11:52:16.201) - MainThread (2736): | |
Initializing NVDAHelper | |
DEBUG - core.main (11:52:16.229) - MainThread (2736): | |
Initializing tones | |
DEBUG - core.main (11:52:16.244) - MainThread (2736): | |
Speech Dictionary processing | |
DEBUG - speechDictHandler.SpeechDict.load (11:52:16.244) - MainThread (2736): | |
Loading speech dictionary '.\userConfig\speechDicts\default.dic'... | |
DEBUG - speechDictHandler.SpeechDict.load (11:52:16.244) - MainThread (2736): | |
file '.\userConfig\speechDicts\default.dic' not found. | |
DEBUG - speechDictHandler.SpeechDict.load (11:52:16.244) - MainThread (2736): | |
Loading speech dictionary 'builtin.dic'... | |
DEBUG - speechDictHandler.SpeechDict.load (11:52:16.249) - MainThread (2736): | |
3 loaded records. | |
DEBUG - core.main (11:52:16.249) - MainThread (2736): | |
Initializing speech | |
DEBUG - autoSettingsUtils.autoSettings.AutoSettings._registerConfigSaveAction (11:52:16.249) - MainThread (2736): | |
registering pre_configSave action: <class 'synthDrivers.oneCore.SynthDriver'> | |
ERROR - synthDriverHandler.setSynth (11:52:16.255) - MainThread (2736): | |
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:52:16.329) - MainThread (2736): | |
Using eSpeak NG version b'1.49.3 dev' | |
DEBUG - speechDictHandler.SpeechDict.load (11:52:16.375) - MainThread (2736): | |
Loading speech dictionary '.\userConfig\speechDicts\voiceDicts.v1\espeak\espeak-English (Great Britain).dic'... | |
DEBUG - speechDictHandler.SpeechDict.load (11:52:16.375) - MainThread (2736): | |
file '.\userConfig\speechDicts\voiceDicts.v1\espeak\espeak-English (Great Britain).dic' not found. | |
DEBUG - synthDriverHandler.SynthDriver.loadSettings (11:52:16.379) - MainThread (2736): | |
Loaded settings for SynthDriver espeak | |
INFO - synthDriverHandler.setSynth (11:52:16.379) - MainThread (2736): | |
Loaded synthDriver espeak | |
INFO - core.main (11:52:16.379) - MainThread (2736): | |
Using wx version 4.0.3 msw (phoenix) wxWidgets 3.0.5 with six version 1.12.0 | |
DEBUG - core.main (11:52:16.379) - MainThread (2736): | |
Initializing braille input | |
INFO - brailleInput.initialize (11:52:16.379) - MainThread (2736): | |
Braille input initialized | |
DEBUG - core.main (11:52:16.379) - MainThread (2736): | |
Initializing braille | |
INFO - braille.initialize (11:52:16.379) - MainThread (2736): | |
Using liblouis version 3.13.0 | |
INFO - braille.initialize (11:52:16.384) - MainThread (2736): | |
Using pySerial version 3.4 | |
DEBUG - autoSettingsUtils.autoSettings.AutoSettings._registerConfigSaveAction (11:52:16.384) - MainThread (2736): | |
registering pre_configSave action: <class 'brailleDisplayDrivers.noBraille.BrailleDisplayDriver'> | |
DEBUG - autoSettingsUtils.autoSettings.AutoSettings._loadSpecificSettings (11:52:16.389) - MainThread (2736): | |
loading braille noBraille | |
INFO - braille.BrailleHandler.setDisplayByName (11:52:16.389) - MainThread (2736): | |
Loaded braille display driver noBraille, current display has 0 cells. | |
DEBUG - core.main (11:52:16.389) - MainThread (2736): | |
Initializing vision | |
DEBUG - core.main (11:52:16.389) - MainThread (2736): | |
Initializing displayModel | |
DEBUG - core.main (11:52:16.389) - MainThread (2736): | |
Initializing GUI | |
DEBUG - windowUtils._rawWindowProc (11:52:16.420) - MainThread (2736): | |
CustomWindow rawWindowProc called for unknown window 7997208 | |
DEBUG - windowUtils._rawWindowProc (11:52:16.420) - MainThread (2736): | |
CustomWindow rawWindowProc called for unknown window 7997208 | |
DEBUG - windowUtils._rawWindowProc (11:52:16.420) - MainThread (2736): | |
CustomWindow rawWindowProc called for unknown window 7997208 | |
DEBUG - windowUtils._rawWindowProc (11:52:16.420) - MainThread (2736): | |
CustomWindow rawWindowProc called for unknown window 7997208 | |
DEBUG - core.main (11:52:16.429) - MainThread (2736): | |
initializing Java Access Bridge support | |
INFO - core.main (11:52:16.549) - MainThread (2736): | |
Java Access Bridge support initialized | |
DEBUG - core.main (11:52:16.559) - MainThread (2736): | |
Initializing legacy winConsole support | |
DEBUG - core.main (11:52:16.559) - MainThread (2736): | |
Initializing UIA support | |
INFO - _UIAHandler.UIAHandler.MTAThreadFunc (11:52:16.569) - _UIAHandler.UIAHandler.MTAThread (7828): | |
UIAutomation: IUIAutomation6 | |
DEBUG - core.main (11:52:16.929) - MainThread (2736): | |
Initializing IAccessible support | |
DEBUG - core.main (11:52:16.929) - MainThread (2736): | |
Initializing input core | |
DEBUGWARNING - inputCore.InputManager.loadLocaleGestureMap (11:52:16.929) - MainThread (2736): | |
No locale gesture map for language en | |
DEBUGWARNING - inputCore.InputManager.loadUserGestureMap (11:52:16.929) - MainThread (2736): | |
No user gesture map | |
DEBUG - core.main (11:52:16.929) - MainThread (2736): | |
Initializing keyboard handler | |
DEBUG - core.main (11:52:16.929) - MainThread (2736): | |
initializing mouse handler | |
DEBUG - core.main (11:52:16.974) - MainThread (2736): | |
Initializing touchHandler | |
DEBUGWARNING - touchHandler.touchSupported (11:52:16.974) - MainThread (2736): | |
Touch only supported on installed copies | |
DEBUG - core.main (11:52:16.979) - MainThread (2736): | |
Initializing global plugin handler | |
DEBUG - core.main (11:52:16.979) - MainThread (2736): | |
Initializing core pump | |
DEBUG - core.main (11:52:16.979) - MainThread (2736): | |
Initializing watchdog | |
DEBUG - core.main (11:52:16.979) - MainThread (2736): | |
initializing updateCheck | |
INFO - core.main (11:52:16.979) - MainThread (2736): | |
NVDA initialized | |
DEBUG - core.main (11:52:16.979) - MainThread (2736): | |
entering wx application main loop | |
DEBUG - autoSettingsUtils.autoSettings.AutoSettings._registerConfigSaveAction (11:52:17.009) - MainThread (2736): | |
registering pre_configSave action: <class 'visionEnhancementProviders.NVDAHighlighter.NVDAHighlighterSettings'> | |
DEBUG - autoSettingsUtils.autoSettings.AutoSettings._loadSpecificSettings (11:52:17.019) - MainThread (2736): | |
loading vision NVDAHighlighter | |
DEBUG - autoSettingsUtils.autoSettings.AutoSettings._loadSpecificSettings (11:52:17.019) - MainThread (2736): | |
Loaded settings for NVDAHighlighterSettings | |
DEBUG - autoSettingsUtils.autoSettings.AutoSettings._registerConfigSaveAction (11:52:17.021) - MainThread (2736): | |
registering pre_configSave action: <class 'visionEnhancementProviders.screenCurtain.ScreenCurtainSettings'> | |
DEBUG - autoSettingsUtils.autoSettings.AutoSettings._loadSpecificSettings (11:52:17.029) - MainThread (2736): | |
loading vision screenCurtain | |
DEBUG - autoSettingsUtils.autoSettings.AutoSettings._loadSpecificSettings (11:52:17.029) - MainThread (2736): | |
Loaded settings for ScreenCurtainSettings | |
IO - speech.speak (11:52:17.100) - MainThread (2736): | |
Speaking [LangChangeCommand ('en_GB'), 'nvda_snapshots', 'window'] | |
DEBUGWARNING - characterProcessing._getSpeechSymbolsForLocale (11:52:17.100) - MainThread (2736): | |
No CLDR data for locale en_GB | |
IO - speech.speak (11:52:17.245) - MainThread (2736): | |
Speaking [LangChangeCommand ('en_GB'), 'Items View', 'list'] | |
IO - speech.speak (11:52:17.253) - MainThread (2736): | |
Speaking [LangChangeCommand ('en_GB'), 'nvda.exe', '74 of 96'] | |
IO - inputCore.InputManager.executeGesture (11:52:18.340) - winInputHook (7696): | |
Input: kb(desktop):alt+f4 | |
IO - inputCore.logTimeSinceInput (11:52:18.599) - MainThread (2736): | |
0.259 sec since input | |
IO - speech.speak (11:52:18.599) - MainThread (2736): | |
Speaking [LangChangeCommand ('en_GB'), 'nvda_log', 'window'] | |
IO - inputCore.logTimeSinceInput (11:52:18.609) - MainThread (2736): | |
0.270 sec since input | |
IO - speech.speak (11:52:18.609) - MainThread (2736): | |
Speaking [LangChangeCommand ('en_GB'), 'Items View', 'list'] | |
IO - inputCore.logTimeSinceInput (11:52:18.609) - MainThread (2736): | |
0.270 sec since input | |
IO - speech.speak (11:52:18.619) - MainThread (2736): | |
Speaking [LangChangeCommand ('en_GB'), 'nvda_source.txt', '1 of 3'] | |
IO - inputCore.InputManager.executeGesture (11:52:20.270) - winInputHook (7696): | |
Input: kb(desktop):windows+d | |
IO - inputCore.logTimeSinceInput (11:52:20.454) - MainThread (2736): | |
0.185 sec since input | |
IO - speech.speak (11:52:20.454) - MainThread (2736): | |
Speaking [LangChangeCommand ('en_GB'), 'FolderView', 'list'] | |
IO - inputCore.logTimeSinceInput (11:52:20.454) - MainThread (2736): | |
0.185 sec since input | |
IO - speech.speak (11:52:20.454) - MainThread (2736): | |
Speaking [LangChangeCommand ('en_GB'), 'NVDA', '8 of 31'] | |
IO - inputCore.InputManager.executeGesture (11:52:24.928) - winInputHook (7696): | |
Input: kb(desktop):d | |
IO - inputCore.logTimeSinceInput (11:52:24.960) - MainThread (2736): | |
0.047 sec since input | |
IO - speech.speak (11:52:24.960) - MainThread (2736): | |
Speaking [CharacterModeCommand(True), LangChangeCommand ('en_GB'), 'd', EndUtteranceCommand()] | |
IO - inputCore.logTimeSinceInput (11:52:24.975) - MainThread (2736): | |
0.062 sec since input | |
IO - speech.speak (11:52:24.975) - MainThread (2736): | |
Speaking [LangChangeCommand ('en_GB'), 'Documents', '17 of 31'] | |
IO - inputCore.InputManager.executeGesture (11:52:26.701) - winInputHook (7696): | |
Input: kb(desktop):d | |
IO - inputCore.logTimeSinceInput (11:52:26.756) - MainThread (2736): | |
0.055 sec since input | |
IO - speech.speak (11:52:26.756) - MainThread (2736): | |
Speaking [CharacterModeCommand(True), LangChangeCommand ('en_GB'), 'd', EndUtteranceCommand()] | |
IO - inputCore.logTimeSinceInput (11:52:26.766) - MainThread (2736): | |
0.065 sec since input | |
IO - speech.speak (11:52:26.766) - MainThread (2736): | |
Speaking [LangChangeCommand ('en_GB'), 'Downloads', '26 of 31'] | |
IO - inputCore.InputManager.executeGesture (11:52:29.280) - winInputHook (7696): | |
Input: kb(desktop):d | |
IO - inputCore.logTimeSinceInput (11:52:29.318) - MainThread (2736): | |
0.038 sec since input | |
IO - speech.speak (11:52:29.319) - MainThread (2736): | |
Speaking [CharacterModeCommand(True), LangChangeCommand ('en_GB'), 'd', EndUtteranceCommand()] | |
IO - inputCore.logTimeSinceInput (11:52:29.323) - MainThread (2736): | |
0.043 sec since input | |
IO - speech.speak (11:52:29.323) - MainThread (2736): | |
Speaking [LangChangeCommand ('en_GB'), 'Dropbox', '28 of 31'] | |
IO - inputCore.InputManager.executeGesture (11:52:31.566) - winInputHook (7696): | |
Input: kb(desktop):t | |
IO - inputCore.logTimeSinceInput (11:52:31.616) - MainThread (2736): | |
0.050 sec since input | |
IO - speech.speak (11:52:31.616) - MainThread (2736): | |
Speaking [CharacterModeCommand(True), LangChangeCommand ('en_GB'), 't', EndUtteranceCommand()] | |
IO - inputCore.logTimeSinceInput (11:52:31.616) - MainThread (2736): | |
0.050 sec since input | |
IO - speech.speak (11:52:31.616) - MainThread (2736): | |
Speaking [LangChangeCommand ('en_GB'), 'This PC', '2 of 31'] | |
IO - inputCore.InputManager.executeGesture (11:52:33.756) - winInputHook (7696): | |
Input: kb(desktop):t | |
IO - inputCore.logTimeSinceInput (11:52:33.806) - MainThread (2736): | |
0.050 sec since input | |
IO - speech.speak (11:52:33.806) - MainThread (2736): | |
Speaking [CharacterModeCommand(True), LangChangeCommand ('en_GB'), 't', EndUtteranceCommand()] | |
IO - inputCore.logTimeSinceInput (11:52:33.806) - MainThread (2736): | |
0.050 sec since input | |
IO - speech.speak (11:52:33.806) - MainThread (2736): | |
Speaking [LangChangeCommand ('en_GB'), 'TWBlue', '12 of 31'] | |
IO - inputCore.InputManager.executeGesture (11:52:36.197) - winInputHook (7696): | |
Input: kb(desktop):t | |
IO - inputCore.logTimeSinceInput (11:52:36.246) - MainThread (2736): | |
0.049 sec since input | |
IO - speech.speak (11:52:36.246) - MainThread (2736): | |
Speaking [CharacterModeCommand(True), LangChangeCommand ('en_GB'), 't', EndUtteranceCommand()] | |
IO - inputCore.logTimeSinceInput (11:52:36.246) - MainThread (2736): | |
0.049 sec since input | |
IO - speech.speak (11:52:36.246) - MainThread (2736): | |
Speaking [LangChangeCommand ('en_GB'), 'TeamTalk 5 Classic', '24 of 31'] | |
IO - inputCore.InputManager.executeGesture (11:52:39.586) - winInputHook (7696): | |
Input: kb(desktop):g | |
IO - inputCore.logTimeSinceInput (11:52:39.646) - MainThread (2736): | |
0.060 sec since input | |
IO - speech.speak (11:52:39.646) - MainThread (2736): | |
Speaking [CharacterModeCommand(True), LangChangeCommand ('en_GB'), 'g', EndUtteranceCommand()] | |
IO - inputCore.logTimeSinceInput (11:52:39.646) - MainThread (2736): | |
0.060 sec since input | |
IO - speech.speak (11:52:39.646) - MainThread (2736): | |
Speaking [LangChangeCommand ('en_GB'), 'GitHub Desktop', '7 of 31'] | |
IO - inputCore.InputManager.executeGesture (11:52:42.196) - winInputHook (7696): | |
Input: kb(desktop):g | |
IO - inputCore.logTimeSinceInput (11:52:42.246) - MainThread (2736): | |
0.050 sec since input | |
IO - speech.speak (11:52:42.246) - MainThread (2736): | |
Speaking [CharacterModeCommand(True), LangChangeCommand ('en_GB'), 'g', EndUtteranceCommand()] | |
IO - inputCore.logTimeSinceInput (11:52:42.246) - MainThread (2736): | |
0.050 sec since input | |
IO - speech.speak (11:52:42.246) - MainThread (2736): | |
Speaking [LangChangeCommand ('en_GB'), 'Google Chrome', '10 of 31'] | |
IO - inputCore.InputManager.executeGesture (11:52:44.400) - winInputHook (7696): | |
Input: kb(desktop):v | |
IO - inputCore.logTimeSinceInput (11:52:44.446) - MainThread (2736): | |
0.046 sec since input | |
IO - speech.speak (11:52:44.446) - MainThread (2736): | |
Speaking [CharacterModeCommand(True), LangChangeCommand ('en_GB'), 'v', EndUtteranceCommand()] | |
IO - inputCore.logTimeSinceInput (11:52:44.446) - MainThread (2736): | |
0.046 sec since input | |
IO - speech.speak (11:52:44.446) - MainThread (2736): | |
Speaking [LangChangeCommand ('en_GB'), 'VMware Workstation Pro', '18 of 31'] | |
IO - inputCore.InputManager.executeGesture (11:52:47.216) - winInputHook (7696): | |
Input: kb(desktop):v | |
IO - inputCore.logTimeSinceInput (11:52:47.246) - MainThread (2736): | |
0.030 sec since input | |
IO - speech.speak (11:52:47.246) - MainThread (2736): | |
Speaking [CharacterModeCommand(True), LangChangeCommand ('en_GB'), 'v', EndUtteranceCommand()] | |
IO - inputCore.logTimeSinceInput (11:52:47.266) - MainThread (2736): | |
0.049 sec since input | |
IO - speech.speak (11:52:47.266) - MainThread (2736): | |
Speaking [LangChangeCommand ('en_GB'), 'Visual Studio 2019', '20 of 31'] | |
IO - inputCore.InputManager.executeGesture (11:52:51.131) - winInputHook (7696): | |
Input: kb(desktop):r | |
IO - inputCore.logTimeSinceInput (11:52:51.156) - MainThread (2736): | |
0.025 sec since input | |
IO - speech.speak (11:52:51.156) - MainThread (2736): | |
Speaking [CharacterModeCommand(True), LangChangeCommand ('en_GB'), 'r', EndUtteranceCommand()] | |
IO - inputCore.logTimeSinceInput (11:52:51.171) - MainThread (2736): | |
0.040 sec since input | |
IO - speech.speak (11:52:51.171) - MainThread (2736): | |
Speaking [LangChangeCommand ('en_GB'), 'Recycle Bin', '3 of 31'] | |
IO - inputCore.InputManager.executeGesture (11:52:53.924) - winInputHook (7696): | |
Input: kb(desktop):NVDA+f1 | |
INFO - globalCommands.GlobalCommands.script_navigatorObject_devInfo (11:52:54.074) - MainThread (2736): | |
Developer info for navigator object: | |
name: 'Recycle Bin' | |
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 0x06A6FA10> | |
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=215, width=76, height=70) | |
value: None | |
appModule: <'explorer' (appName 'explorer', process ID 4408) at address 53e7590> | |
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: 'Recycle Bin' | |
IAccessibleObject: <POINTER(IAccessible) ptr=0x5454d40 at 6c1f260> | |
IAccessibleChildID: 3 | |
IAccessible event parameters: windowHandle=65860, objectID=-4, childID=3 | |
IAccessible accName: 'Recycle Bin' | |
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