Commit fc68315
[ZEPPELIN-6409] Use JavaScript click for Angular-rendered ng-click element
clickAndWait() times out because Selenium considers the Angular-compiled
ng-click div as not clickable (overlay/stale element during Angular digest).
Switch to visibilityWait + executeScript("arguments[0].click()") which
bypasses Selenium's clickability check and directly triggers the DOM click.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 80bb39f commit fc68315
1 file changed
Lines changed: 7 additions & 3 deletions
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
336 | 337 | | |
337 | 338 | | |
338 | 339 | | |
339 | | - | |
340 | | - | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
341 | 346 | | |
342 | | - | |
343 | 347 | | |
344 | 348 | | |
345 | 349 | | |
| |||
0 commit comments