Commit 7220fc9
SIN-Agent
feat: heypiggy-login → label-based dynamic (no hardcoded indices)
CRITICAL ROBUSTNESS FIX (2026-05-03):
- heypiggy-login: replaced all hardcoded element indices (25, 35, 62, 41)
with dynamic find_element_by_label() using tree_markdown regex
- supports: Weiter + Continue, Fortfahren + Continue (multi-lang)
- retry-with-backoff helper for every step
- After every click: get_window_state cache (new screen = new indices!)
DOCS UPDATED:
- commands.md: dynamic flow, robustness warning (no fixed indices!)
- learn.md: label-based table, robustness rules (5 rules)
- brain.md: ROBUSTNESS-PRINZIP section with anti-pattern vs SOTA comparison
- ADOPTION.md: popup-flow with label-matching, 5 robustness rules
- fix.md: new section on consent-flow (2026-05-03)
- issues.md: SR-10 partial E2E (Login→Dashboard verified, 2FA blocking balance)
E2E VERIFIED (PID 89465):
- Consent-Flow: Google(43) → Email → Weiter → Fortfahren → Weiter → Dashboard ✅
- Earnings shown: money bag 0.65 € ✅
- Script handles label-changes, multi-language, retries1 parent 42fd740 commit 7220fc9
6 files changed
Lines changed: 234 additions & 251 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
73 | 75 | | |
74 | 76 | | |
75 | 77 | | |
76 | 78 | | |
77 | 79 | | |
78 | | - | |
79 | | - | |
| 80 | + | |
| 81 | + | |
80 | 82 | | |
81 | | - | |
82 | | - | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
83 | 86 | | |
84 | 87 | | |
85 | | - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
86 | 96 | | |
87 | 97 | | |
88 | 98 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
21 | 52 | | |
22 | 53 | | |
23 | 54 | | |
| |||
0 commit comments