窗口检测错误

目标是判断左侧公司是不是存在
窗口检测错误

已经是使用管理员运行, 同时对 iS-RPA 目录 添加了 everyone 的全控制权限。

iS-RPA 目录下的日志没有错误
只有运行时的错误
C:\iS-RPA\studio-v6>“C:/iS-RPA/studio-v6/../plugin/Com.Isearch.Func.Python/python.exe” “C:/iS-RPA/studio-v6/project/HelloWord\codes\Main.py”
Main.py- “StepNodeTag:01151927176”,Note:
iwin.py-窗口激活动作:[网上电子申报 - eTax@SH 3]
Main.py- “StepNodeTag:05161305165”,Note:
iimg.py- 准备是否存在 识别图片
iimg.py- 准备执行 [img_exists] 动作
iwin.py-窗口是否激活:[网上电子申报 - eTax@SH 3]
[WinError 5] 拒绝访问。 Traceback (most recent call last):
File “C:\iS-RPA\plugin\Com.Isearch.Func.Python\lib\ubpa\iimg.py”, line 342, in img_exists_au3
status, error_string, stdout_string = nit.run_autoit(tmp_au3_file_path)
File “C:\iS-RPA\plugin\Com.Isearch.Func.Python\lib\ubpa\base_native_ait.py”, line 33, in run_autoit
raise e
File “C:\iS-RPA\plugin\Com.Isearch.Func.Python\lib\ubpa\base_native_ait.py”, line 26, in run_autoit
proc = subprocess.Popen(command, stdin=subprocess.PIPE, stderr=subprocess.PIPE, stdout=subprocess.PIPE)
File “C:\iS-RPA\plugin\Com.Isearch.Func.Python\lib\subprocess.py”, line 709, in init
restore_signals, start_new_session)
File “C:\iS-RPA\plugin\Com.Isearch.Func.Python\lib\subprocess.py”, line 997, in _execute_child
startupinfo)
PermissionError: [WinError 5] 拒绝访问。
iimg.py-au3 结束执行 [img_exists] 动作 False
iimg.py-ImageSearch 未误取、使用 OpenCV 识取
iimg.py- 准备 OpenCV 识取操作
iimg.py-OpenCV 识别返回信息 :{‘result’: [157.5, 835.0], ‘rectangle’: [[80, 822], [81, 847], [235, 848], [235, 822]], ‘confidence’: [20, 27]}
iimg.py- 缩放比例为:1.0
iimg.py- 计算之前位置:[157.5, 835.0]
iimg.py- 计算之后位置:[157.5, 835.0]
iimg.py-OpenCV 识别信心度 :0.7407407407407407
iimg.py- 结束执行 [img_exists] 动作 True
Main.py- “StepNodeTag:01152251876”,Note:
Traceback (most recent call last):
File “C:/iS-RPA/studio-v6/project/HelloWord\codes\Main.py”, line 32, in
pro.Main()
File “C:/iS-RPA/studio-v6/project/HelloWord\codes\Main.py”, line 28, in Main
rpa_str.iprint(param=“输出:”+lv_win)
TypeError: must be str, not bool​