Hi Team @loginerror@ClaytonM
In my web page I am clicking the save icon in that I need to select the drop down “EXCEL” i can selected
After that one new web opage will displaying in that i need to save/save as like this
to achieve this : i have done the attach window and then click on save as button but that not able to trigger ?
how to achieve this ?
thanks
RaviDevaraj
First you need to check what happens and if it works when you click save as button by yourself. if there is a problem then this is not uipath querry, if it works, but just uipath doesn’t do that then try to set commands like send hotkey down few times after that window appears and click enter.
after you get that box where it asks to save open or save as, you need to test if it works to select save as button with keybord by tapping down arrow and enter, if it works then you need to add ui path command (send hotkey) and select that window as source, just edit selector as you need.
in this above image save as need to click so in that screen appear at the time it self , hotkey 2 times down and then need to press enter ?
2nd scenario :
but that screen appear at the using click event : i have selector : like this
<wnd app='iexplore.exe' cls='#32770' title='Internet Explorer' />
<wnd aaname='Internet Explorer' cls='DirectUIHWND' />
<wnd cls='Button' idx='3' />
sometimes, selector doesn’t work for me either, even i compare each and they are same. Then i use arrow keys to navigae, which works without any problems
Hi @kazukauskas@TAFS_TAFS
This screen appear and i have done Attach window, Set hot key down 2times [one for comes down for save and another down for Sava As] and again hot key for enter