Selector not found in file save as

I have used different activities for typing saved file name with locations. it ran fine in the test environment but when I ran it from the orchestrator. It failed. How to resolve it?

@Cuberoot

Did you check the screenshot…if it actually opened the save as window

Also try using simulates or window messages they should be reliable on these windows…

Can you show what selector that you tried as well…if it includes any widget id or so then if multiple tabs or windows are there those numbers would change

cheers

1 Like

in screenshot it shows save as window

@Cuberoot

Try this

<wnd app='chrome.exe' title='Save As' />
<wnd aaname='File name:' cls='ComboBox' />

Send window messages should be working

cheers