This is a basically simple step in IE : Do you want to save/open file > Click save.
However if another person runs this robot the first time he usually gets another pop-up in b/w saying “Default download location”. This popup is a one time activity(if its clicked ok ; this pop-up wont appear in next executions).
Please help what activities/steps will I use here.
Just use element exist activity for that default option, it will return a boolean variable and use if statement, if it is true then click else do nothing.
So, whenever if that default option appears, it will get handled.