Click ‘Save as’: Could not find the user-interface (UI) element for this action. Possible solutions: • Ensure application is opened and the UI element is visible on the screen at execution time • Edit the Target of the UI activity and use Validation to debug the issue. • If needed, re-indicate the element as its properties might have changed • Use “Check state” activity to check the application state before executing the action • Increase the “Delay before” value to allow time to the application to render entirely and become responsive ..
Keyboard Shortcuts ‘Export’: Cannot bring the target application in the foreground. The action was blocked by the current foreground window ‘’ from the process ‘explorer.exe.’
Getting this error as i am exporting the file and then download pop up should come and then select bot has to select save as but it is showing the error in unattended mode
@Snehamayi_Senapati if you are using chrome just go in setting and turn off where it ask to download file for location so it will use fixed folder path which u are given
I think you are trying to click on the Save as button in the Save as window. If I am right, Use a new Use application/browser activity and indicate the save as window, inside of this Use application/browser activity insert the click activity or any activity to perform the actions on the Save as window.
If you are using Edge to download the files. Open a tab with the Downloads URL “edge://downloads/” then indicate with new Use application\browser activity. Then this activity will launch the download page of Edge browser. Inside of this Use application\browser activity inser the click activity to click on the Save as button.
Click ‘Save as’: Click with “Chromium API” is not supported for this element. Please use other input method. what changes i need to do here in properties
In the properties of click activity you have an option called Input mode. In that dropdown select the Hardware Events or change based on the working of the document.