cancel
Showing results for 
Search instead for 
Did you mean: 

How To Automate web application with below requirment need to be fullfiled

solanke.gaurav
Level 2

How To Automate web application with below requirment need to be fulfiled  : 

  1. Automating Web Applications on Chrome Browser:

    • Automate interactions like clicking on elements, links, filling out forms, and verifying text on 7 different applications ( 7 URL ) using the Chrome browser.
  2. Tracking Application Status in Excel:

    • Update the excel sheet only Health check status cloumn and error column as per the flow output 
    • Change the background color of health check status cells based on the status as UP/down will be Green/Red color
    • If the first application fails mid-process, log the error in a designated column in the Excel sheet.
  3. Sending Email via Outlook Automatically:

    • Automatically send an email via Outlook.
    • Include an HTML table in the email with the updated status from the Excel spreadsheet.
  4. Scheduling Automation Flow on Cloud VM:

    • Set up the automation to run in an unattended mode.
    • Schedule it to run on a virtual machine (VM) in the cloud.
    • Ensure the automation continues even when you're not available or connected to the server.
  5. Handling Failures and Navigating to Next Application Flow:

    • If the first application fails during automation, record the error in the Excel sheet.
    • Automatically navigate to the next application flow to continue the automation process seamlessly.



      Sr.No.Application NameProcessHealth Check StatusError 
      1Alogin and button click across application , redirect to another tab Down NO
      2B login and button click across application UpClick link on web page failed.
      3C login and button click across application Down Argument 'BrowserInstance' must be 'Web browser instance'.
      4Dsorting and filtering using dropdown UpNo
      5ELogin, Multiple tab navigation, Filter click UpNo
      6FLogin UpNo
      7GLogin UpNo


      Note -
      I have created all this in Power automate desktop so please suggest the simple way in blue prism how to do this ? 



1 BEST ANSWER

Best Answers

Nandhakumar626
Level 4

Hi Gaurav,

Hope this helps you,

Automating Web Applications on Chrome Browser:

  • Each application has to be built as a custom object with required actions you want to perform(Launch, login, etc.,)

Tracking Application Status in Excel:

  • We have pre-built Utility for excel related actions provided by blueprism to read, write data and other actions as required
  • If not available you can add a new action

Sending Email via Outlook Automatically:

  • Use outlook VBO to send email with HTML content of the status

Scheduling Automation Flow on Cloud VM:

  • yes process can be scheduled to run unattended in intended time intervals

Handling Failures and Navigating to Next Application Flow:

  • with exception handling you can acheive this when one app fails and move on to next.

View answer in original post

2 REPLIES 2

Nandhakumar626
Level 4

Hi Gaurav,

Hope this helps you,

Automating Web Applications on Chrome Browser:

  • Each application has to be built as a custom object with required actions you want to perform(Launch, login, etc.,)

Tracking Application Status in Excel:

  • We have pre-built Utility for excel related actions provided by blueprism to read, write data and other actions as required
  • If not available you can add a new action

Sending Email via Outlook Automatically:

  • Use outlook VBO to send email with HTML content of the status

Scheduling Automation Flow on Cloud VM:

  • yes process can be scheduled to run unattended in intended time intervals

Handling Failures and Navigating to Next Application Flow:

  • with exception handling you can acheive this when one app fails and move on to next.

solanke.gaurav
Level 2

can you pls sent with proper details and steps ?