Deployed BOT is not working whereas it works if executed normal process

Deployed BOT is not working whereas it works if executed normal process… ie set up environment , Test Run…Kindly help.

11:22:36 PM : SIGNIN_TRIGGERED : Triggered Sign-in into configured applications.
11:23:00 PM : APPLICATION_LAUNCHED : Launched CHRAlconDownloads application.
11:23:17 PM : SIGNIN_COMPLETED : Signin completed with status as success.
11:23:17 PM : AUTOMATION_STARTED : Triggering automation.
11:23:17 PM : PROCESS_STEP : ATAReportsDownload automation started
11:23:17 PM : PROCESS_STEP : Click - ATAReportMenu failed
11:23:17 PM : PROCESS_STEP : ATAReportsDownload automation completed
11:23:17 PM : AUTOMATION_COMPLETED : Automation execution is completed with status SearchFailed.

none of my BOT is working. i am using Click event, Send keys, window focus. it fails in step 1

I want to run the bot in the back ground not on focus. Need some pointers to help.

  1. How to select value from drop down - select drop down does not have Tag as Text or value.

Hi ,

Interaction such as Click event, Send keys will required active window ficus.

Regards,
Amit Anand

  1. Same work flow - BOT is deployed in another machine it works fine. But if the control is moving out of the current window , rest of the Work flow is not triggering.
  2. If active window in focus, will that run in back ground , my requirement download should happen in the back ground User should be able to do their task in parallel. Suggest alternative.

Hi,

For activities requiring focus there is no alternative. They will require application to be in focus.

Regards,
Amit Anand

Script based automation is there? kindly share help document.
I am also facing issue to select value from drop down. Based on the selection other drop down will populate. Any help appreciated.