From 91a2627420a7a9ff6bd71a47ca5b5c887162a352 Mon Sep 17 00:00:00 2001 From: Ivan Maslov Date: Wed, 20 Jul 2022 00:33:58 +0300 Subject: [PATCH] FIXES --- Sources/pyOpenRPA/Robot/UIDesktop.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Sources/pyOpenRPA/Robot/UIDesktop.py b/Sources/pyOpenRPA/Robot/UIDesktop.py index 1f1acaf9..d7feca82 100644 --- a/Sources/pyOpenRPA/Robot/UIDesktop.py +++ b/Sources/pyOpenRPA/Robot/UIDesktop.py @@ -234,9 +234,6 @@ def UIOSelector_Get_UIOList (inSpecificationList,inElement=None,inFlagRaiseExcep #Все проверки пройдены - флаг добавления if lFlagAddChild: lChildrenList.append(lChildrenItem) - print(123) - print(inElement) - print(123) #Выполнить рекурсивный вызов (уменьшение количества спецификаций), если спецификация больше одного элемента #????????Зачем в условии ниже is not None ??????????? if len(inSpecificationList)>1 and len(lChildrenList)>0: @@ -786,7 +783,6 @@ def UIOSelector_SearchChildByMouse_UIO(inElementSpecification): #Создать карту пикселей и элементов #####Внимание! Функция UIOXY_SearchChild_ListDict не написана lElementFoundedList=UIOXY_SearchChild_ListDict(lUIORoot,lX,lY) - #print(lElementFoundedList) lElementFounded=lElementFoundedList[-1]["element"] #Подсветить объект, если он мышь раньше стояла на другом объекте if lGUISearchElementSelected != lElementFounded: