Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

12
LINES

< > BotCompany Repo | #1010205 // web_hasLabel - synonym of web_hasLabelIC

JavaX fragment (include)

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);
}

Author comment

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: 358 / 400
Version history: 1 change(s)
Referenced in: [show references]