in Education by
I am working on Automation Anywhere RPA platform to automate below process - 1. Login to a website using Username and Password. 2. Navigate to a page on that site. 3. Download a file from that page. How to download a file in the same session that was created by the first step ? I was able to successfully write a task with first two steps. For the third one, I tried Web Recorder's "Download File" command, which doesn't execute under the authenticated session created when the first step runs to login into the site. The "Download File" command runs without any error but the file downloaded is not a valid file. When I opened the downloaded file in noted, I noticed that the content nothing but html response to an un-authenticated request to the file-download url. I expect the "File Download" command is run under the authenticated web session created by the first step of the task (which is entering Username and Password). Select the correct answer from above options

1 Answer

0 votes
by
 
Best answer
See the issue is that the download command works for those files that can be accessed without authentication (in order to make it easy for the users to download using the link) that is the reason why it is not working for you. Looking for RPA material from basics! Refer to this video on RPA provided by Intellipaat: In order to make this work use the left mouse click on the download button, it’ll work.

Related questions

0 votes
    I'm learning AAE for like a week and I have problem with for loop in excel file. I have prepared table with ... and how to fix it? Select the correct answer from above options...
asked Feb 8, 2022 in Education by JackTerrance
0 votes
    I'm learning AAE for like a week and I have problem with for loop in excel file. I have prepared table with ... and how to fix it? Select the correct answer from above options...
asked Feb 5, 2022 in Education by JackTerrance
0 votes
    I'm wondering if size of AAE file has an impact on efficiency, speed of BOT. I mean when I wrote first version ... affect it's speed. Select the correct answer from above options...
asked Feb 1, 2022 in Education by JackTerrance
0 votes
    I am using AA for almost 6 months and I found that by default I am not able to see any lines/dotted lines/ ... to be set in properties? Select the correct answer from above options...
asked Feb 8, 2022 in Education by JackTerrance
0 votes
    I am using AA for almost 6 months and I found that by default I am not able to see any lines/dotted lines/ ... to be set in properties? Select the correct answer from above options...
asked Feb 5, 2022 in Education by JackTerrance
0 votes
    AAE's "PDF Integration" command allows you to split a .pdf into a separate single file for a selected number ... by the hyphen. Select the correct answer from above options...
asked Feb 1, 2022 in Education by JackTerrance
0 votes
    I started running process and now I can't stop it. I can't start running any other process while the first ... this problem? Thanks! Select the correct answer from above options...
asked Feb 1, 2022 in Education by JackTerrance
0 votes
    I have seen Microsoft Cognitive services such as text analytics and some other services. Here I have gone through ... much about it? Select the correct answer from above options...
asked Feb 8, 2022 in Education by JackTerrance
0 votes
    I am writing a task in Automation Anywhere and would like it to break if a certain variable is set to "false" ... the code is executed? Select the correct answer from above options...
asked Feb 8, 2022 in Education by JackTerrance
0 votes
    I am trying to return multiple variable as an output from js Script in AutoamtionAnywhere. For example I have js script ... ()]; var month_number = d.getMonth(); if(month_number...
asked Feb 8, 2022 in Education by JackTerrance
0 votes
    I need help with Automation Anywhere I have the following Drop-Down List and need to select an option. < option ... "0002" Thank you. Select the correct answer from above options...
asked Feb 8, 2022 in Education by JackTerrance
0 votes
    I want to get a value from a particular location from list variable. Right now what I see is it only ... from a specified location? Select the correct answer from above options...
asked Feb 8, 2022 in Education by JackTerrance
0 votes
    How can I change the user input date format in Automation Anywhere without changing the system variable format? Example: ... 05/28/2018 Select the correct answer from above options...
asked Feb 8, 2022 in Education by JackTerrance
0 votes
    Hello I tried to use MWC function in AAE to pick the correct position form drop-down menu but I am receiving ... supposed to look like. Select the correct answer from above options...
asked Feb 8, 2022 in Education by JackTerrance
0 votes
    I am writing a task in Automation Anywhere and would like it to break if a certain variable is set to "false" ... the code is executed? Select the correct answer from above options...
asked Feb 5, 2022 in Education by JackTerrance
...