UiPath Advanced training assignment 2-IE shows notification bar at bottom for save AS

Hi All, i am stuck in the assignment 2 where after clicking in on the download report will not give a ‘Save as’ window, instead it will give a notification bar at the bottom.

I am trying to create a selectopr for that but seems workflow is not picking it up.

I am on Windows 10 with the latest IE version installed.

Thanks in advance!

Hi @Sheshrocks,
Use Delay(1sec) after download click.

or

use Retry Scope for save as click

I am actually talking about below where I have to perform click first to make a save as window appear, see below, now how to define a selector for that, any idea?

easiest way : use click image activity

Hi @Sheshrocks

I think selector with an anchor will work:
image

Hi @loginerror , can you provide more details, should select what anchor ? since i need to click the little down arrow of ‘Save’ option and then click on ‘Save as’ from the drop down.

Trying for few days now, not able to crack it.

Could you specify your version of your Studio and activity package? I tested it on 2019.1 and the latest UiAutomation activity package v19.1.0 and it seems to be working.

Two clicks with following selectors:
image

First click:

"<wnd app='iexplore.exe' cls='IEFrame' title='Download Sample DOC Files For Demo Use - Internet Explorer' /><wnd aaname='Notification' cls='DirectUIHWND' /><ctrl automationid='IENotificationBar' /><ctrl name='Open' role='split button' /><ctrl name='6' role='drop down button' />"

And the second click:

"<wnd app='iexplore.exe' cls='#32768' /><ctrl name='Context' role='popup menu' /><ctrl automationid='53412' />"

To click the element in the dropdown, use F2 to delay the selector grab for 3 seconds :slight_smile:

Thanks it worked!

1 Like

@loginerror, btw, do you know how to get that robot master badge displayed on the profile ? i already completed it :slight_smile:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.