In CasperJS I would write something like: ``` title = this.evaluate(function() { return $.trim($('.title').text()); }); ``` How can I achieve the same with this wrapper?