Weidson_Cordeir
13 years agoContributor
Wait a window, to continue execution of another window using only FIND
I am using the following code:
Log.Message("Clicando no Botão Prosseguir")
Set BtnProsseguir = PainelMenu.Find(Array("idStr","ObjectType"), Array("btnProsseguir", "ImageButton"),1000)
BtnProsseguir.Click
Delay(1000)
Log.Message("Marcando a Opção Todos")
Set RddTodos = PainelMenu.Find(Array("idStr","ObjectType"), Array("LGTabelaPasso2_LGTabelaTipoDeRegistroAuditado_LGrbtSucesso_2", "RadioButton"),1000)
While RddTodos.Enabled <> True
Delay(500)
WEnd
RddTodos.Click
but not having any success.
error log attached
Can someone help me?
Att,