Add Clients.log response handling for better usability in debugging.
<zk> <zscript><![CDATA[ Clients.log("Hello World onload"); ]]> </zscript> <button id="btn" label="Click" onClick='Clients.log("Hello World from btn")'/> <button id="btn2" label="Click 2" onClick='Clients.log("Hello World from btn2")'/> </zk>
There is no way to receive the result in ZATS. But we have used it a lot in test cases.
Proposed API
List<String>DesktopAgent#getZkLog()