My question is:
How I can get values using the Developer Tools (console)
For example I can run Construct functions by entering the console:
"c2_callFunction("Function Name", [array of params])"
But is there is some kind of DOM system that let me enter and see the values of my spriter, texts...
Their instance values and regular values...
Examples of what I want:
spriteName.instanceValue
spriteName.height
someText.text
system.time
and etc...
Or is there other solutions to get values of things rather than console.
We just want to make some automation testing without adding scripts to the games.
Thank you.