You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NULL COM pointer access
ValueError: NULL COM pointer access
During handling of the above exception, another exception occurred:
File "D:\autoscript\src\testClass.py", line 117, in check_window_switch_to_batch_tab
v.select(1)
File "D:\autoScript\src\main.py", line 40, in <module>
z.check_window_switch_to_batch_tab()
pywinauto.uia_defines.NoPatternInterfaceError:
Expected Behavior
The tab be selected
Actual Behavior
COM Null Pointer Error occured
Steps to Reproduce the Problem
Here is the printed id tree:
Short Example of Code to Demonstrate the Problem
If I just print
v.texts()
and it will print ['单台检测','批量检测'] it seems that be OK.Specifications
The text was updated successfully, but these errors were encountered: