static bool web_hasLabel(WebNode node, S text) { ret web_hasLabelIC(node, text); } static bool web_hasLabel(Pair p, S text) { ret web_hasLabelIC(p, text); }