“发生异常。”带有IEC和COM的消息

2024-05-29 09:59:55 发布

您现在位置:Python中文网/ 问答频道 /正文

我试着用IEC驱动网页。你知道吗

我也在使用多重处理。你知道吗

我一直得到这个错误:

(-2147352567, 'Exception occurred.', (0, None, None, None, 0, -2147024726), None)
[('test_IEC.py', 76, 'IECDrive', 'ie.Navigate(url)'), ('IEC.py', 86, 'Navigate', 'self.ie.Navigate(url)'), ('<COMObject InternetExplorer.Application>', 2, 'Navigate', None)]

我如何调试这个错误,或者你能告诉我为什么会发生这个错误吗?你知道吗


Tags: pytestselfnoneurl网页错误exception

热门问题