// Since there's a risk that the livetable has finished dislaying before the listener
// (defined in LiveTableElement's constructor) has been set up, we force a livetable refresh.
executeJavascript("livetable.clearCache();livetable.showRows(livetable.currentOffset, livetable.limit);");
lt.waitUntilReady();
return lt;
}
public LiveTableElement clickAttachmentsTab()
{