I used the Simulate Click property to fulfill the requirement of attended mode. Sometimes it doesn’t work. The next activity after the click throws an error.
If there are 50 files to process it processes 30-40 files successfully and then it stops working (click activity not clicking the specified button). What could be the reason? @Sudharsan_Ka @supermanPunch @Anil_G
Process - Zip file contain no of files.
- first we unzip that file.
- we use For each file.
- inside for each - we upload each file on portal & download output pdf from there.
This is the process
Error comes when we click on import button on portal.
@pravin_bindage
Did you try giving some delay before the click maybe ??
Regards.
Hello @pravin_bindage, If the files are in another page or down the page which is not visible, then use scroll activity.
Try using wait for complete…and then try click…orfirst check if the element exists and then use…it more looks like either bot is trying to click before the page is completely loaded or some network lag…
Alternately in modern click you have a verify execution can use that or use a retry scope with comfition to let it click again if it failed
Cheers
Hi did u find a solution for this issue ?