{
JavaScriptEngine jse = client.getContentPage().getEnclosingWindow().getWebClient().getJavaScriptEngine();
log.info( "Script is "+ (jse.isScriptRunning()?"":"not") +" running." );
Object jsTreeItem = jse.execute((HtmlPage) client.getContentPage(), "Tree.Item", "testTreeItemLoaded", 0);
log.info( jsTreeItem.getClass().getName() );
log.info( ObjectUtils.toString(jsTreeItem) );
//org.mozilla.javascript.InterpretedFunction
// extends NativeFunction implements Script