static S web_text(WebNode node) { ret node == null ? null : node.text(); }