From 190023fa931470655ac4edb9403590b086ec9c74 Mon Sep 17 00:00:00 2001 From: Ivan Maslov Date: Sun, 9 Jun 2019 09:34:39 +0300 Subject: [PATCH] #Robot/TestedFixed/Exist/WaitAppear --- Robot/GUI.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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