Hi,
I have a scenario that where i am trying to send a reply to an email with the attachments .
1: click send after the open attachments are clicked.
2: the pop up shows "This action cant be performed until all attachments are loaded.
3: so i click ok and hit send button again.
4: the pop up still shows up as the attachments are still not added.
So to handle the scenario i have implemented Retry scope.
Please help to implement the scenario successfully,
The condition is checking if the send button element exists?
Action:
if exists click on send button.
else check the pop up exists and click ok button in Pop up.
and click back send button.