static bool web_hasText(WebNode node, S text) { ret web_hasLabelIC(node, text); } static bool web_hasText(Pair<WebNode> p, S text) { ret web_hasLabelIC(p, text); } // test relation static bool web_hasText(WebNode a, WebNode b, S text) { ret web_hasLabelIC(a, b, text); }
Began life as a copy of #1010205
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: | #1011040 |
| Snippet name: | web_hasText - synonym of web_hasLabelIC |
| Eternal ID of this version: | #1011040/1 |
| Text MD5: | 3c7855b19bcac5501736e78a44331bf6 |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-10-11 22:16:00 |
| Source code size: | 291 bytes / 12 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 627 / 684 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |