Could anyone please let me know if i have to exclude or include any attributes?
error
Selectors for Save as box
Could anyone please let me know if i have to exclude or include any attributes?
error
Selectors for Save as box
Try add cls attribute
Also, run the workflow in debug mode and when the workflow throw this exception, check if Save As window is open
error is showing that your save window is not open.
you should use modern click activity to ensure the window is open before you attach. The modern click activity is able to verify that the save window is open, if it isnt open in x seconds you can set it to retry
@rikulsilva @jack.chan This save as is supposed to while after downloading a csv file from a portal. However, that avtivity that involves clicking the download button is having Waitfor ready.complete. But still, it throws this error. Sometimes, Save as window opens after the attach save as window stage reaches.
The Attach Window is a classic activity. The Modern Activities have much more feature to deal with UI Interaction.
Anyway, you can just surround the Attach Window Activity with a Retry Scope Activity and set the Number of Retries and a Retry Interval
This way if the attach window activity fails, it will retry according your definition
Use check app state activity or element exists to first check if the window is loaded and then try to attach
Cheers
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.