marinbFrequent Contributor10 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 MoreHKosova10 years agoHi Marin, Try GetFields instead of GetProperties.
Recent DiscussionsTestComplete Plugin 2.11 not working with Jenkins 2.581Copy Text into a Search FieldTestComplete – “Token Expired” Error Occurring Repeatedly
Related ContentArray.splice() does not workConditional GoTo: how does it work?soapui-maven-plugin-5.3.0 does not work