Commit a4b2a3d
committed
fix: drop jQuery from clients dashboard, fail fast on vanished click targets
clients.html: vanilla DOM + URLSearchParams (jQuery CDN removed), poll
backoff while the server is unreachable, inline errors instead of
alert(), two-click confirm for close, revoke stale screenshot blob
URLs, and only re-render tables when displayed data changes so DOM
identity stays stable for automation targeting the page.
extension: _elementPosition returns null instead of throwing when the
element was removed mid-command, and the click/hover flow turns that
into an immediate CLICK_FAILED instead of hanging into a 5s timeout.1 parent 824aee7 commit a4b2a3d
3 files changed
Lines changed: 250 additions & 166 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
101 | 105 | | |
102 | 106 | | |
103 | 107 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
323 | | - | |
| 323 | + | |
| 324 | + | |
324 | 325 | | |
325 | 326 | | |
326 | 327 | | |
| |||
0 commit comments