ASVContributor13 years agoWaiting VBObjectHi I write this code 1.Dim t, Timeout 2.t = 0 3. 4. Do While (Not wMDIClient.VBObject("frmPttel").VisibleOnScreen) and t < Timeout 5. BuiltIn.Delay(1000) 6. ...Show More
ASVContributor13 years agoI forgot to say that writing only this code1.Dim t, Timeout2.t = 03.4. Do While (Not wMDIClient.WaitVBObject("frmPttel", 0).VisibleOnScreen) and t < Timeout5. BuiltIn.Delay(1000)6. t = t + 17. Loop I have a Log error "The object does not exist" and TC pauses until VBObject("frmPttel") becomes in existence.
Recent Discussionscapture variable from the popup in Desktop applicationUnable to run Keyword Tests after 15.80"Simplified WPF object tree" setting