1 | static void clickOnThingIfVisible(S thing) {
|
2 | L<Rect> rects = thingsOnScreenMap().get(thing); |
3 | if (nempty(rects)) |
4 | click(random(rects)); |
5 | } |
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: | #1010894 |
| Snippet name: | clickOnThingIfVisible |
| Eternal ID of this version: | #1010894/1 |
| Text MD5: | 0b774704c634dd56d5a829501459a601 |
| Author: | stefan |
| Category: | javax / automation |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-10-05 15:10:04 |
| Source code size: | 147 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 719 / 785 |
| Referenced in: | [show references] |