Want to improve the speed of the bot

I have a process in which the bot is iterating over the Excel sheet and filling the website form.
I am using “Hardware events” as an input mode for the “Type Into” activity and also delay of about 4-5 seconds after each type into activity. The reason is that when i use Simulate or avoid delays the website shows loading bars at random intervals due to which the bot crashes.
Note( I am not able to catch the loading bar)

And it is estimately taking 25 minutes just to complete 15 forms

The best option would be to get the selector for the Loading bar. If that’s not possible, CV or image descriptor might be a viable workaround.

Hi @Sami_Rajput

Instead of using the Hardware events and Delays in the Type into activity.

Select the Simulate option for Input mode option in properties, and in properties in the Target options there is wait for page load, select the Complete option then the Type into activity will work after the total page load.

Check the below image for better understanding

Hope it helps!!

I have worked with these options but the trouble persists

Sometimes the bot execution is depends on the Application behavior, in that time we have to use delays for it. @Sami_Rajput