| pcv_press_verify_button | ||
| store | 1821332010 | aid |
| store | 5 | aincr |
| store | 100 | numloops |
| pause | 1000 | |
| while | ${numloops} > 0 | |
| open | https://prp2-ipt.ukvi.homeoffice.gov.uk/Caseworking/identitymanagement-ui?cid_case_id=${aid} | |
| clickAndWait | css=input.button.bg__purple | |
| pause | 6000 | |
| store | Number(${numloops}-1) | numloops |
| storeEval | ${aid}+${aincr} | aid |
| endWhile | ||
| runScript | alert("Finshed"); | |