I have a worflow that loops through list of GL Account and use each of it to export spreadsheet from SAP.
there’e two scenario of “Save As” Popup when I’m going to export.
1.
it actually happens before and I checked the selector, and yes the selector is green even though it’s not appear. So i make the visibility check become fully visible and it’s solved.
the case right now is similar, but the selector is red when I check it. it’s not validated
let us approach different. We observed in SAP more often following patttern:
when fresh started:
popup / dialog … is null and exists not
once it was the first time displayed
it exists in the background (e.g. element exists, check app will find it), BUT it is not displayed. So the display status we checked on the relativeVisibility status (true/false)
In the flow we did to check if the popup is diplayed or not: