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 Discussionscapture variable from the popup in Desktop applicationUnable to run Keyword Tests after 15.80"Simplified WPF object tree" setting
Related ContentArray.splice() does not workConditional GoTo: how does it work?soapui-maven-plugin-5.3.0 does not work