Forum Discussion
- rraghvaniChampion Level 3
You have just provided your code, with no screenshot of the error!?
Related Content
- 5 years ago
- 4 years ago
Recent Discussions
- 3 days ago
Hi i found syntax error when implementing while loop to wait for object of my desktop application.
def test13():
Sys.WaitProperty("btnYes", 200)
Aliases.CTCUI.dlgWarning.btnYes.ClickButton()
var i = 1;
while (i < 3) {
NameMapping.Sys.CTCUI.dlgInformation.btnOK.Click();
i++;
}
You have just provided your code, with no screenshot of the error!?