Question
Accenture
IN
Last activity: 5 Feb 2018 9:07 EST
Automation not working as Expected
Hi,
Requirement : I am working with a web application wherein the automation has to go to a URL, post which it has to generate a report based on matching a value (report name) from excel with one of the values in a drop-down menu(report name) on the webpage. This report then has to be downloaded. It has to work for all reports defined in the excel sheet.
Issue: For only some executions of the bot, the automation is working fine for all values defined in excel. The flow is: I am starting the web app ,then selecting the report in drop down (after reading from Excel) and then downloading it and closing the web app.
After closing the web app, I am putting a pause of 15 seconds. Also, I am setting the stopmethod property of the web app as Terminate because with default property I get the popup which states "Internet Explorer has stopped working". However,Still I have observed many a times, the autx is not closing the web adapter due to which I am getting the error saying "The process iexplore.exe failed to start within the given timeframe".
Its surprising because for some executions it throws no error and downloads all the reports and closes the runtime.
Could it be because I am executing the bot on an HVD machine ?
Regards,