cancel
Showing results for 
Search instead for 
Did you mean: 

inconsistent behaviour in unattended mode

RiteshRanjan1
Level 2
Hi,

We're trying to automate a sequence of tasks in a web based application.
one of the task involves, placing the call from application.
What we're doing,
1. writing a set of number in text box
2. sending 'TAB' using 'global send key event' to go to 'place call' button
3. send 'Enter' using 'global send key event' to place the call.

the place call button acts as dual nature. when text box is clicked and cursor is in blinking inside the text box, the place call button acts as calling button, else the same button opens up the phone book directory.

we're entering the text and trying to use the calling feature of the button, it always works fine in attended mode whereas Blue Prism shows inconsistent behaviour when it is run in unattended mode. Sometime it works fine, sometimes the call is not being placed.

------------------------------
Ritesh Ranjan
------------------------------
2 REPLIES 2

MattPalmer
Level 5
Running in unattended mode can be exponentially faster than when you run the bot attended or on your desktop.  You'll often need to build in intelligent or dumb waits into the business object in order to throttle the bot so that it doesn't run faster than the web page or the software that your are automating.  So, if you don't have waits built into your object, I'm guessing that will do the trick.

Matt

------------------------------
Matt Palmer
Business Process Specialist
Chesapeake Energy
America/Chicago
------------------------------

Thank you for your response, we've already used static wait time at multiple places to slow it down the bot, however it's not helping.

------------------------------
Ritesh Ranjan
------------------------------