TestComplete C#script runtime error. Object doesn't support this property or method

34 views Asked by At

During script execution in TestComplete, I encounter an error when displaying the desktop application window. TestComplete throws an error: "testcomplete c#script runtime error. object doesn't support this property or method" at the moment of checking whether the window exists.

    while (!p["WaitWinFormsObject"]("ConfigStatusDialog",1000)["Exists"])
       w["Keys"]("[F2]")

Name of my Window is ConfigStatusDialog and it is visible in applicattion (in TestComplete "Exists" is True.

enter image description here

0

There are 0 answers