static bool web_hasLabel(WebNode node, S text) { ret web_hasLabelIC(node, text); } static bool web_hasLabel(Pair<WebNode> p, S text) { ret web_hasLabelIC(p, text); } // test relation static bool web_hasLabel(WebNode a, WebNode b, S text) { ret web_hasLabelIC(a, b, text); }
Began life as a copy of #1010003
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1010205 |
Snippet name: | web_hasLabel - synonym of web_hasLabelIC |
Eternal ID of this version: | #1010205/2 |
Text MD5: | eb13801056a514aa6211d39bfacd74da |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-09-06 20:47:51 |
Source code size: | 294 bytes / 12 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 434 / 479 |
Version history: | 1 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1011040 - web_hasText - synonym of web_hasLabelIC |