Python-UIAutomation-for-Windows icon indicating copy to clipboard operation
Python-UIAutomation-for-Windows copied to clipboard

请教_ctypes.COMError: (-2147352573, '找不到成员。', (None, None, None, 0, None))怎么处理

Open hsysh opened this issue 3 years ago • 2 comments
trafficstars

请教_ctypes.COMError: (-2147352573, '找不到成员。', (None, None, None, 0, None))怎么处理

hsysh avatar Apr 27 '22 02:04 hsysh

.GetValuePattern().SetValue('')时出现的错误

hsysh avatar Apr 27 '22 02:04 hsysh

大多数情况是,控件消失了还使用就会报这个,会变化的控件使用前最好先检查是否存在(.Exists)

L-Yucheng avatar Oct 19 '22 01:10 L-Yucheng