show syntax error while executing while loop
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2023
10:57 PM
03-20-2023
10:57 PM
show syntax error while executing while loop
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++;
}
Labels:
- Labels:
-
Desktop Testing
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2023
02:25 AM
03-21-2023
02:25 AM
You have just provided your code, with no screenshot of the error!?
