1 | static bool web_hasText(WebNode node, S text) {
|
2 | ret web_hasLabelIC(node, text); |
3 | } |
4 | |
5 | static bool web_hasText(Pair<WebNode> p, S text) {
|
6 | ret web_hasLabelIC(p, text); |
7 | } |
8 | |
9 | // test relation |
10 | static bool web_hasText(WebNode a, WebNode b, S text) {
|
11 | ret web_hasLabelIC(a, b, text); |
12 | } |
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: | 628 / 685 |
| Referenced in: | [show references] |