getHtml(id).settings.log() (since beta 0.2)
Will add a line at the end of the trial for each <textarea>, <input type='text'>, <input type='checkbox'> and <input type='radio'> in the document.
Example:
[js highlight=”2″]newHtml(“feedback”, “Feedback.html”)
    .settings.log()
    .print()
,
newButton(“send”, “Send”)
    .print()
    .wait()[/js]
Adds the content of the file Feedback.html from the Resources (chunk_includes) folder of the Ibex project to the page and a Send button below it, and waits for a click on the button.