diff --git a/Robot/GUI.py b/Robot/GUI.py index 479cf2dc..eb1c9cde 100644 --- a/Robot/GUI.py +++ b/Robot/GUI.py @@ -235,7 +235,7 @@ def UIOSelector_Get_UIO (inSpecificationList,inElement=None,inFlagRaiseException def UIOSelector_Exist_Bool (inSpecificationList): lResult=False #Получить родительский объект если на вход ничего не поступило - lResultList=UIOSelector_Get_UIOList(inSpecificationList,inElement,False) + lResultList=UIOSelector_Get_UIOList(inSpecificationList,None,False) if len(lResultList)>0: lResult=True return lResult @@ -252,7 +252,7 @@ def UIOSelectorsSecs_WaitAppear_List (inSpecificationListList,inWaitSecs,inFlagW lSecsDone = 0 lResultList = None #Цикл проверки - while lResultFlag == False and lSecsSleep