Forum Discussion

anton_kolesniko's avatar
11 years ago

Script failes on CheckProperty

Hi,

I have working script in IE 10, but when I tried to run this script in Chrome it failed on CheckProperty method. In the Additional Info tab Expected Value have empty value.



Script failed on this method:



aqObject.CheckProperty(Confirm, "Message", cmpEqual, strExpMsg);



I have the TestComplete v.10.40.2015 and Google Chrome v.39.0.2171.71m.



Thank you,

Anton.

1 Reply

  • AlexKaras's avatar
    AlexKaras
    Icon for Champion Level 1 rankChampion Level 1
    Hi Anton,



    You need to investigate the Confirm object opened in Chrome in the Object Browser and check if it contains the Message property. It is quite possible that the value you are comparing to is accessible via different properties under different browsers.