| bpm_lretry | ||
| store | 1227 | numloops |
| pause | 2000 | |
| while | ${numloops} > 0 | |
| store | Number(${numloops}-1) | numloops |
| pause | 5000 | |
| storeElementPresent | id=soc4::content | isPresent |
| gotoIf | ${isPresent} == false | skip |
| select | id=soc4::content | label=Retry: Process |
| click | css=option[title="Retry: Process"] | |
| click | link=Submit | |
| pause | 7000 | |
| label | skip | skip |
| endWhile | ||