marinbContributor9 years agoSolvedaqObject.GetProperties() does not work? I have this piece of code: function PropsTest() { var obj = {x:0, y:1}; var props = aqObject.GetProperties(obj); while (props.HasNext()) { prop = props.Next(); Log...Show MoreHKosova9 years agoHi Marin, Try GetFields instead of GetProperties.
Recent DiscussionsAccess Form opend with a menuitemCan we set sheet name in excel as active using python scriptUnable to capture objects inside iFrames in Power App using TestComplete
Related ContentArray.splice() does not workConditional GoTo: how does it work?soapui-maven-plugin-5.3.0 does not work